scarlett 1c805cbe3f Merge pull request #40 from UB-CSE443/Sprint3-Table_Restructure_Part2-FE-t#NoTask
Sprint3 table restructure part2 fe t#no task
2025-04-04 15:45:01 -04:00
2025-04-04 15:42:50 -04:00
2025-03-06 21:31:55 -05:00
2025-03-28 20:38:21 -04:00
2025-03-28 23:33:08 -04:00
2025-02-21 16:18:38 -05:00
2025-03-28 23:33:08 -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%