Meyer Simon 2b07464f84 Not working
2025-04-30 21:55:36 -04:00
2025-04-30 21:55:36 -04:00
2025-04-30 21:55:36 -04:00
2025-03-06 21:31:55 -05:00
2025-04-25 19:29:05 -04:00
2025-04-28 00:06:54 -04:00
2025-02-21 16:18:38 -05:00
2025-04-25 23:26:50 -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%