An open API service indexing awesome lists of open source software.

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.

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