diff options
author | JJ | 2023-11-24 03:35:03 +0000 |
---|---|---|
committer | JJ | 2023-11-24 03:35:03 +0000 |
commit | 384af43d4220eb93abe06668210c594923fb9a8c (patch) | |
tree | 3762c806c6034bb1d52d2ecef76bb43f79509298 /computation/syntax.md | |
parent | 426d431d03599b65dee1ddffd8923098cbaa79b0 (diff) |
meow
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 |