EnglishFrenchSpanish

Ad


OnWorks favicon

XBNF to run in Windows online over Linux online download f

Free download XBNF to run in Windows online over Linux online Windows app to run online win Wine in Ubuntu online, Fedora online or Debian online

This is the Windows app named XBNF to run in Windows online over Linux online whose latest release can be downloaded as neurotranslator.v1.01.2020-02-20.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named XBNF to run in Windows online over Linux online with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.

- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application and install it.

- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.

Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.

SCREENSHOTS

Ad


XBNF to run in Windows online over Linux online


DESCRIPTION

Aim of the XBNF compiler is to be able to translate using simple and powerfull
"BNF like" grammar to process file or stdin in input and produce translation in output.

Severals outputs flux can be produced (-o option)
Flux are mapped according to the order of appearance of # in definition.


* EX of grammar logic.xbnf :

ou : et "+" ou
#
"(ou " et " " ou ")"

ou : et

et : fact "." et
#
"(et " fact " " et ")"

et : fact

fact : < > boolean < >
# boolean

fact : < > "(" < > ou < > ")" < > | < > ou < >
# ou

boolean : "1" # "true"
boolean : "0" # "false"

< >: (CHAINE "\t\n ") | ()


* Translate from stdin to stdout :

# xbnf -i - -o - samples/logic.xbnf
(0 + 1) . 1 + ( 0 . ( 1 + 1 ) )
+ 1 . 0
^D
(ou (et (ou false true) true) (ou (et false (ou true true)) (et true false)))

* Reverse translate from file to stdout :

# xbnf -o - -i output/logic-EN.txt samples/logic.xbnf
(0+1).1+0.(1+1)+1.0

Features

  • XBNF input and output channel (#)
  • direct translation using "=>" and flux parsing with -if / -of
  • random output (EX: p.3 for probability of 3/F)
  • loop detection (enable by default)
  • only one parsing phase for input and one parsing phase for output
  • grammar parameters using (PARAM* call)
  • evaluation of scope using -is/-os


Audience

Information Technology, Advanced End Users, System Administrators, Developers, Architects


User interface

Command-line


Programming Language

C++



This is an application that can also be fetched from https://sourceforge.net/projects/neurotranslator/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad