Skip to content

jcoplien/trygve

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

trygve

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

Please contact jcoplien@gmail.com if you are considering working up to a pull request. Pull requests should first be socialized on https://groups.google.com/g/object-composition

Running

Executables with installation instructions can be downloaded at https://fulloo.info/Downloads/

User manual

The user manual is available online at https://fulloo.info/Documents/trygve/trygve1.html

Developing

You'll need OpenJDK 17 to build trygve. It can be downloaded from https://adoptium.net/ or installed with a package manager on your system.

To download the source, first install git: https://git-scm.com/downloads

Then clone (or fork) the trygve repository:

git clone https://github.com/jcoplien/trygve.git

Finally, inside the repository directory, execute:

gradlew run

To build a distribution:

gradlew build

IDE environments

For IDE:s, import this repository into your IDE, then run or debug info.fulloo.trygve.editor.Main.

Also remember to enable assertions (Eclipse, IntelliJ, VS Code)

Questions

Send questions to cope@gertrudandcope.com.