Skip to content

Language and compiler designed for teaching introductory programming

License

Notifications You must be signed in to change notification settings

jennahorrall/less-java

 
 

Repository files navigation

A language to introduce students to programming

Get gradle aliases from my .dotfiles repo: Gradle Aliases

*Note: Scripts reference gradle and thus won't work if you don't have gradle installed
  1. How to build the compiler:

    • If you have Gradle installed: gradle build
    • If not:
      • Unix: ./gradlew build
      • Windows: gradlew build
  2. How to compile Less-Java source:

    • ./compile.sh <file-name>
  3. How to run the most recently compiled file:

    • ./run.sh
  4. How to run the tests in the most recently compiled file:

    • ./test.sh
  5. If you would like to use Eclipse, then run gradle eclipse to generate project files.

About

Language and compiler designed for teaching introductory programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.6%
  • ANTLR 2.1%
  • Shell 0.3%