diff options
Diffstat (limited to 'computation/syntax.md')
-rw-r--r-- | computation/syntax.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/computation/syntax.md b/computation/syntax.md index 7dd776d..29e8c48 100644 --- a/computation/syntax.md +++ b/computation/syntax.md @@ -1,19 +1,19 @@ -# Syntax +# syntax -## Resources - -Articles +articles - [An Overview of Lexing and Parsing](https://www.perl.com/pub/2012/10/an-overview-of-lexing-and-parsing.html/) - [Just write the #!%/* parser](https://tiarkrompf.github.io/notes/?/just-write-the-parser/) -Books and Courses -- [Compilers: Principles, Techniques, Tools](https://annas-archive.org/md5/90db32d070cfb70ca617e655d5c35529) +books +- [_Compilers: Principles, Techniques, Tools_](https://annas-archive.org/md5/90db32d070cfb70ca617e655d5c35529) + +## notation -## Notation +ebnf -## Lexing +## lexing -## Parsing +## parsing cover: - please please please lex |