Compiler

NB: cercare differenza tra compiler and transpiller

SASS

Tema Multipli

  • http://www.guyroutledge.co.uk/blog/generating-multiple-colour-schemes-with-sass/

About Parser, Lexer and Tokens

In general compilers parse file to produce tokens and using a lexer could check if file is well-formed.

That’s not trivial, so I limit to share some interesting links:

Code Samples:

/developer/compiler-transpiller/