Skip to content

simonas-dev/langnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langn't -- Not Really a Language

Setup/Build

To build a project:

./gradlew build

To genrate runnable jar:

./gradlew jar

To list all posible tasks:

./gradlew task

Usage

test.nt

fu hello(message: 'Hello World!') {
  println(message)
}

hello()

You can run it like this:

java -jar ./build/libs/langnt.jar test.nt

Example Code

You can find a list of complete example files here.

Releases

No releases published

Packages

No packages published