Explore >> Select a destination


You are here

zserge.com
| | xnacly.me
1.7 parsecs away

Travel
| | Why i think you should write your own programming language
| | www.vegardno.net
4.7 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...
| | ahmedhosssam.github.io
3.8 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.
| | codewithoutrules.com
19.6 parsecs away

Travel
| Helping you become a productive programmer and get work/life balance