Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

LeslieM98/C--lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple compiler for the C-- programming language

  • To compile the program enter mvn package. This will create multiple jars in .target/. Usually the one containing shaded is a fat jar containing all dependencies. This will also run tests.
  • To run only the unit tests enter mvn test.
  • To generate JavaDoc enter mvn javadoc:javadoc the generated doc will be found in ./target/site/index.html.

Prerequesites for building the jar

Jasmin has to be installed in the local Maven repo. Under following attributes (given the jasmin jar is just called jasmin.jar):

  • groupId = org.jasmin
  • artifactId = jasmin
  • version = 2.4

The following command should install it according to mentioned criteria: mvn install:install-file -Dfile=Path/to/jasmin.jar -DgroupId=org.jasmin -DartifactId=jasmin -Dversion=2.4 -Dpackaging=jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published