/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

vlad.website
| | ahmedhosssam.github.io
4.3 parsecs away

Travel
| | The lexical analyzer (lexer) takes a stream of characters and produces a stream of names, keywords, and punctuation marks; it discards white space and comments between the tokens. Lexical tokens have types in any programming language, example: ID foo, x, n14 NUM 73, 0, 082 REAL 3.14, 10., 1e9, 0.5 COMMA , NOTEQ != LPAREN ( RPAREN ) Punctuation tokens such as IF, VOID , RETURN constructed from alphabetic characters are called reserved words and, in most languages, cannot be used as identifiers.
| | xnacly.me
3.2 parsecs away

Travel
| | Why i think you should write your own programming language
| | healeycodes.com
4.1 parsecs away

Travel
| | Writing an interpreter from scratch.
| | cupofjava.de
11.9 parsecs away

Travel
| Did you ever use Maven in one of your projects? First you probably were amazed by the way you can declare dependencies and use all the nice plugins. ...