| SwiftStudies/OysterKit |
157 |
|
0 |
0 |
over 6 years ago |
1 |
November 08, 2017 |
9 |
bsd-2-clause |
Swift |
| OysterKit is a framework that provides a native Swift scanning, lexical analysis, and parsing capabilities. In addition it provides a language that can be used to rapidly define the rules used by OysterKit called STLR |
| ghaiklor/pascal-interpreter |
32 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
mit |
JavaScript |
| A simple interpreter for a large subset of Pascal language written for educational purposes |
| mtimmerm/dfalex |
20 |
|
0 |
0 |
almost 7 years ago |
2 |
April 24, 2019 |
0 |
apache-2.0 |
Java |
| Scanning / Lexical Analysis in Java Without All The Fuss |
| christianparpart/klex |
16 |
|
0 |
0 |
over 3 years ago |
0 |
|
5 |
|
C++ |
| C++17 (CLI/embeddable) Lexical Scanner Generator |
| zsmoore/lexr |
8 |
|
1 |
2 |
almost 8 years ago |
26 |
June 10, 2018 |
0 |
apache-2.0 |
JavaScript |
| Lexical analyzer for Javascript developers |
| markwatkinson/python-string-scanner |
6 |
|
0 |
0 |
almost 13 years ago |
0 |
|
0 |
|
Python |
| A string scanner class for Python |
| wallysonlima/mycompiler |
5 |
|
0 |
0 |
over 6 years ago |
0 |
|
0 |
mit |
Java |
| It is a compiler that do the analyse lexic, sintatic and semantic of the programs in the language LALG. |
| rrozansk/SPaG |
5 |
|
0 |
0 |
almost 7 years ago |
1 |
October 17, 2018 |
0 |
mit |
Python |
| A compiler to translate regular expressions (regular grammars) and LL1 BNF languages (subset of context free grammars) to generated scanners and/or parsers. |