Giter Club home page Giter Club logo

trygve's Introduction

trygve

The trygve language project - Building a DCI-centric language from the ground up

Please contact [email protected] if you are considering working up to a pull request. Pull requests should first be socialized on [email protected].

Running

Clone or download the repo, then build and execute with gradlew run.

Running on Windows

Here's a quick-and-dirty guide from Andreas Söderlund for an initial bring-up on Windows:

  1. Download the Java JDK from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (one of the Windows x64/x86 versions) and install it.
  2. For git, download the full package from http://cmder.net/ (a nice console emulator) and install it.
  3. Start cmder, cd to an appropriate directory and execute:
git clone https://github.com/jcoplien/trygve.git
cd trygve
gradlew run

If you want to update to the latest version at a later time, execute the following inside the trygve directory:

git pull
gradlew run

User manual

Available in the repository, trygve1.docx. Many docx viewers are available, here is the official one for Windows.

An online version is available at http://fulloo.info/Documents/trygve/trygve1.html

Developing

Import as a Gradle project into your IDE. (Or as a regular project if you wish.) Then run or debug info.fulloo.trygve.editor.Main.

To rebuild ANTLR parser run gradlew antlr.

To build a distribution gradlew build.

Also remember to enable assertions (Eclipse, IntelliJ)

Eclipse

For details on how to configure for eclipse, see the appendix of the user manual. The instructions are for the Mac but generalizing them to Windows (and to other versions of eclipse) should be straightforward.

Questions

Send questions to [email protected].

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.