moved description to note

This commit is contained in:
Trilarion
2020-09-04 16:35:00 +02:00
parent 6ac46420ff
commit 82cddf09e0
1402 changed files with 2480 additions and 2804 deletions

View File

@ -1,7 +1,5 @@
# Ragel
_Compiles executable finite state machines from regular languages._
- Home: http://www.colm.net/open-source/ragel/
- Media: https://en.wikipedia.org/wiki/Ragel
- State: mature
@ -11,6 +9,7 @@ _Compiles executable finite state machines from regular languages._
- Code language: C++
- Code license: MIT
Compiles executable finite state machines from regular languages.
Required by [HarfBuzz](harfbuzz.md).
## Building