How To Install Ragel-csharp?

How To Install Ragel-csharp?

ragel-csharp

compiles finite state machines into code in various languages

Maintainer: Robert Lemmen


Section: devel

Install ragel-csharp

  • Debian apt-get install ragel Click to copy
  • Ubuntu apt-get install ragel Click to copy
  • Alpine OS apk add ragel Click to copy
  • Arch Linux pacman -S ragel Click to copy
  • Kali Linux apt-get install ragel Click to copy
  • Fedora dnf install ragel Click to copy
  • Raspbian apt-get install ragel Click to copy
  • macOS brew install ragel Click to copy

ragel

compiles finite state machines into code in various languages

Ragel compiles finite state machines from regular languages into C, C++, Objective-C, D, Ruby or Java code. Ragel allows the programmer to embed actions at any point in a regular language. Non-determinism can be controlled through the use of embedded priorities and guarded regular language operators. Ragel also supports the construction of scanners and the building of state machines using state-charts. Ragel can be used to create robust recognizers and parsers which run very fast. It can work with integer-sized alphabets and can compile large state machines. The generated code has no dependencies.

Install the latest version of ragel-csharp in Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian and macOS from terminal. To install the ragel-csharp just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of ragel-csharp from the respository and install it in your computer/server.