f2affd8a550ed022ecc6e3b864ed61b630685e73
The Translators α Compiler
Members: Annie Slenker, Meyer Simon, Partho Bhattacharya, & Scarlett Kadan
Lexical Analyzer
- Undefined Behavior:
- Spaces are not required between tokens. For instance, an INTEGER and an ID are valid even if there is no space between them
Input: *5variable*
Output: 2 14 301 "5"
1 1 101 "variable"
Syntax Analyzer
- Incomplete
Symbol Table
- TODO: Create diagram.
Description
Languages
C
56.3%
Yacc
28.2%
Shell
5.1%
Assembly
3.6%
AGS Script
3%
Other
3.8%