A3E is a simple programming language compiler similar to C++ built using Flex and Bison and a simple GUI for testing.
Stars
11
Forks
0
Watchers
11
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
19
commits
Merge branch 'main' of https://github.com/AdelRizq/A3E into main
e09ff5aView on GitHubfeat(GUI): :sparkles: Add GUI exe and edit the gui code to handle the new paths
233e36eView on GitHubchore(Files Structure): :truck: Move the source files into src folder and rename files
eb0348cView on GitHubtest(Tests): :test_tube: Add tests for the correct rules, different types of errors, and bouns (nested scopes, multiple default detection)
2bf128bView on GitHubfeat(Semantic Analysis): :sparkles: Add type checking error handling
cb373bbView on GitHubfeat(Semantic Analysis): :sparkles: Handle default switch case errors
006362fView on GitHubMerge branch 'main' of https://github.com/AdelRizq/DCC into main
1307b9bView on GitHubfeat(Quadruples): :sparkles: Add if, while, for, repeat until quads
a44a8f4View on GitHub