Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • 1
    \$\begingroup\$ Nice language! You made this yourself a long time ago it looks like? 10/10, looks pretty cool. \$\endgroup\$ Commented Mar 5, 2017 at 16:14
  • \$\begingroup\$ Neat language! How do you run the program? \$\endgroup\$ Commented Mar 5, 2017 at 16:26
  • \$\begingroup\$ Was just about to ask the same thing. Although I looked over the documentation, I cannot run or compile the source at all. What is your approach? \$\endgroup\$ Commented Mar 5, 2017 at 16:40
  • \$\begingroup\$ @KritixiLithos @Xcoder123 It requires Java 8 and Gradle. The version I use in this answer is 0.12 (in its own branch). The repository must be cloned recursively. To make a runnable jar, invoke gradle fatJar. Do you get any errors when compiling? \$\endgroup\$ Commented Mar 5, 2017 at 16:43
  • \$\begingroup\$ @fergusq Running gradle fatJar doesn't seem to create a jar for me \$\endgroup\$ Commented Mar 5, 2017 at 16:45