Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 923 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 923 Bytes

Tea Language

This is an experiment! Background:

tl;dr Tea is a cleanup of Oil's metalanguages, which can be called "statically typed Python with sum types". (Zephyr ASDL is pretty clean, but mycpp is messy, and needs cleanup.)

Testing

This is currently run in the continuous build (http://travis-ci.oilshell.org/jobs/).

tea/run.sh travis

Demo

$ bin/oil -O parse_tea -n -c  'data Point(x Int, y Int)'

TODO: bin/tea -c.