💾 Archived View for metasyn.pw › programming-languages.gmi captured on 2023-04-26 at 13:10:46. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2023-07-22)

-=-=-=-=-=-=-

programming languages & language design

abstract

- [the seven programming ur-languages]

- [what color is your function? - bob nystrom]

- [unison: content addressable code]

concrete

- https://craftinginterpreters.com/

parsing

Resources on parsing, scanning, lexing

types

- top down vs bottom up

- [recrusive decent parser]

- [shunting yard algorithm]

- [operator-precedence parser]

- [PEG: parsing expression grammar]

resources

- https://www.engr.mun.ca/~theo/Misc/exp_parsing.htm

- https://depth-first.com/articles/2021/12/16/a-beginners-guide-to-parsing-in-rust/

Gemini Links:

index and recent changes

directory of all pages

Web Links:

the seven programming ur-languages

what color is your function? - bob nystrom

unison: content addressable code

recrusive decent parser

shunting yard algorithm

operator-precedence parser

PEG: parsing expression grammar