Skip to content

wmarquesr/BugLangCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugLang

A compiler that to do nothing unless pass on the course

Gradle

Gradle is a build system that can compile, test and package. It can compile from command line or eclipse

Terminal

To compile via terminal, execute:

./gradlew build run

if gradle is already installed on the computer, change ./gradlew to gradle.

To clean the project, execute:

./gradlew clean

Eclipse

If eclipse will be used, execute that command below to configure that directory to a eclipse project:

./gradlew eclipse

To clean the project from eclipse files, execute:

./gradlew cleanEclipse

The first time executing gradlew can be slow 'cause there is download the essencial of gradle.

About

The compiler of the BugLang Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors