Scarlett d340a05b61 fib
2025-05-06 19:10:18 -04:00
🪃🪃
2025-05-06 18:24:43 -04:00
yes
2025-05-06 17:35:31 -04:00
fib
2025-05-06 19:10:18 -04:00
2025-05-04 17:53:17 -04:00
🪃🪃
2025-05-06 18:24:43 -04:00
2025-05-04 18:41:02 -04:00
2025-02-21 16:18:38 -05:00
2025-05-04 16:23:35 -04:00

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
CSE 443 compiler backup
Readme 1.1 MiB
Languages
C 56.3%
Yacc 28.2%
Shell 5.1%
Assembly 3.6%
AGS Script 3%
Other 3.8%