Changelog for treescript-0.1.0.0

Changelog for treescript

12/19/18

Started brainstoriming

12/21/18

Initial specification

Setup Haskell project

12/23/18

Lexing and Lex AST

General test suite (taken from previous project)

12/25/18

Parsing and Sugar AST

Some docs

12/29/18

Significantly changed specification, slightly changed lexing and parsing

1/01/19

Desugaring and Core AST

Basic plugin support

1/02/19

C template, translation and Translate phase

1/03/19

Compiling and CLI

1/04/19

Renamed to treescript, added vscode extension to project

Run on source code - treescript run

1/07/19

Started to add functions and "groups"

1/12/19

Libraries

Working on VSCode extension / language server on a separate branch

2/15/19

Wrote interpreter in Rust, instead of directly compiling into C

Unreleased changes