/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ahmedhosssam.github.io
| | www.vegardno.net
3.5 parsecs away

Travel
| | (This post contains some reflections on the hypothetical design of an ideal programming language...) Don't use or support the use of preproc...
| | nnethercote.github.io
4.1 parsecs away

Travel
| | Like most compilers, rustc (the Rust compiler) has a lexer that breaks source code into tokens, which are small units such as identifiers, literals, operators, and punctuation. The parser then checks that these tokens are present in an order that satisfies Rust's grammar.
| | zserge.com
3.8 parsecs away

Travel
| | Compilers is fun. Want to write your own one? Part 1 - lexer.
| | www.oilshell.org
21.9 parsecs away

Travel
| [AI summary] The blog post discusses Pratt parsing algorithms, their evolution, and related tutorials across various programming languages, highlighting their applications and implementations.