SyntacticAnalysis

Lexical analyzer that tokenizes code to see if it follows the rules of a certain EBNF grammar
git clone git://mattcarlson.org/repos/SyntacticAnalysis.git
Log | Files | Refs | README

commit fd590ef2d12b0d177fb8b0aaeb988fba79ff9da8
parent 8dd34c51ee973e61cb22a762411d74cd75802d44
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Wed, 22 Jun 2022 20:08:54 -0400

fixed typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# SyntacticAnalyis +# SyntacticAnalysis Lexical analyzer that tokenizes code to see if it follows the rules of a certain EBNF grammar.