.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 27 Sep 2015 07:07:46 +0100
changeset 19 7597503194b8
parent 0 db69a8d8b368
permissions -rw-r--r--
First shot of libt and some examples libt serves (well, might serve at some point) as a basic library for Tea language. Added directory with examples demostration Tea (and libt) Both includes makefiles to compile libt and examples to compile them down to machine code. This also demonstrates how to use `teak`, a standalone Tea compiler.


syntax: glob
*Init.c   
makefile
*.so
*.H
*.o
*.STH
*.sc
objbc
objvc
*.class
java/libs/*.jar
java/libs-src/*.jar
*-Test.xml
st.chg

# teak compilation by-products
compiler/cli/makefile.bak
compiler/cli/resources/stx/*
compiler/cli/resources/jv/*
compiler/cli/teak

# libt compilation by-products
libt/*.ll
libt/libt*
libt/*.bc


# examles compilation by-products
examples/*.ll