Hello, my name is Mihir Shetty, and I’m doctoral candidate in the physics department at NYU. Feel free to poke around, and see what tickles your fancy.
Compilers
Referencing “Modern Compiler Implementation in ML” by Andrew W. Appel. Lexical Analysis This refers to breaking up the input source code into individual words/tokens A “token” is a sequence of characters that can be treated as a unit in the grammer of a programming language Some common tokens which are typical in programming languages: ID: think names of any kind (variable, function classes etc.) NUM: Think integers REAL: Think floating point RESERVED: Words which are reserved in the programming language....