Add colm and ragel

This commit is contained in:
2021-02-24 08:17:49 +01:00
parent ded33e772c
commit c3e4ef2cdf
9 changed files with 296 additions and 0 deletions

9
private/ragel/README Normal file
View File

@ -0,0 +1,9 @@
Ragel compiles executable finite state machines from regular
languages. Ragel targets C, C++, Objective-C, D, Java and Ruby.
Ragel state machines can not only recognize byte sequences as regular
expression machines do, but can also execute code at arbitrary points
in the recognition of a regular language. Code embedding is done using
inline operators that do not disrupt the regular language syntax.
NOTE: before building this it's recommended to remove any previous
version you might have installed.