Skip to content

mth/yeti

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

Latest commit

 

Git stats

Files

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

ML-like functional language for the JVM

Compile the compiler and standard library and run tests:

ant test

Directory structure.

c
The compiler source code.
doc
Various documentation and documentation drafts. Only intro.rst and reference.rst are currently worth reading, other text there probably only confuses the reader.
examples
Examples of Yeti code.
lib
Runtime library written in Java.
modules
Standard library written in Yeti.
tests
Automatic tests for the compiler.
util
Various utility code used for building the compiler.
util/syntax
Syntax highlighting files for ViM and Emacs.
util/jedit
Syntax highlighting for JEdit.