We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fa4b4 commit 93a44c7Copy full SHA for 93a44c7
1 file changed
readme.md
@@ -2,6 +2,7 @@
2
This library is a Lexical Analysis for a minified java syntax.
3
You can find more info about the target syntax in this [Document](./TP_2022.doc.pdf)
4
5
+This tool uses a DFA (Deterministic Finite Automata) as a backend to efficiently tokenize the Code text.
6
## Ressources:
7
* Articles: https://hackthology.com/writing-a-lexer-in-go-with-lexmachine.html
8
## Execution example
0 commit comments