We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c294b1d commit 7a8e0ddCopy full SHA for 7a8e0dd
tokenizer/README.md
@@ -0,0 +1,3 @@
1
+Performs lexical analysis on source code. Will output a stream of tokens. These tokens should be fed to a parser.
2
+
3
+This is the first step of the compiler, see parser for the next step.
0 commit comments