Skip to content

biahyonce/compiler-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Project

Project Structure

├── compiler-project
│   ├── lexical-analysis
│   │   └── pom.xml
│   ├── syntax-analysis
│   │   └── pom.xml
│   └── pom.xml

Basic Usage

Command Line

To run this project, execute the following commands:

mvn clean install
mvn compile exec:java

IDE

To run this project using IDE, just import the pom.xml file from the source root (compiler-project) and configure it as maven dependency.

About

Compiler project using Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages