├── compiler-project
│ ├── lexical-analysis
│ │ └── pom.xml
│ ├── syntax-analysis
│ │ └── pom.xml
│ └── pom.xml
To run this project, execute the following commands:
mvn clean install
mvn compile exec:java
To run this project using IDE, just import the pom.xml file from the source root (compiler-project) and configure it as maven dependency.