Skip to content

Commit 7a8e0dd

Browse files
authored
Create README.md
1 parent c294b1d commit 7a8e0dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tokenizer/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)