https://github.com/a-tokyo/compilers-lab
👨🎓🖥 A set of compilers problem sets.
https://github.com/a-tokyo/compilers-lab
compilers dfa front-end lab nfa
Last synced: 6 months ago
JSON representation
👨🎓🖥 A set of compilers problem sets.
- Host: GitHub
- URL: https://github.com/a-tokyo/compilers-lab
- Owner: a-tokyo
- Created: 2018-02-10T18:45:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T15:11:53.000Z (over 7 years ago)
- Last Synced: 2025-02-05T01:44:40.228Z (8 months ago)
- Topics: compilers, dfa, front-end, lab, nfa
- Language: Java
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compilers Lab
Compilers Lab tasks## General
- To run all tasks on the sample input files, simply run the Main file.
- In the main method of the Main class, Each task is run individually using a function
- Each Lab has it's own file to run the task## Lab 1
- To run the task on the given input file, Run the Main Class## Lab 2
- To run the task on the given input file, Run the Main Class### Structure
- assets
- Lab1
- Lab2
- lab1
- Lab1
- lab2
- Lab2
- dfa
- DFA
- StateTransitions
- nfa
- NFA
- StateTransitions
- utils
- FAConsts
- Utils
- main
- Main # Main entry point