2025-02-28 12:16:21 -05:00
2025-02-28 12:16:21 -05:00
2025-02-21 16:18:38 -05:00
2025-02-27 14:13:19 -05:00
2025-02-28 11:50:18 -05:00
2025-02-27 15:22:02 -05:00
2025-02-28 11:50:18 -05:00
2025-02-21 16:18:38 -05:00
2025-02-25 01:43:22 -05:00
2025-02-26 11:58:46 -05:00
2025-02-23 12:06:37 -05:00
2025-02-05 16:48:48 -05: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%