RichardB122 / less-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A language to introduce students to programming


Get gradle aliases from my .dotfiles repo: Gradle Aliases

  1. How to build:

    • If you have gradle installed: gradle build
    • If not:
      • Unix: ./gradlew build
      • Windows: gradlew build
  2. How to compile:

    • With gradle aliases: gr
  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


Languages

Language:Java 97.3%Language:ANTLR 2.2%Language:Shell 0.5%