Began working on statement parsing
Began working on class parsing
Interim compiler can now emit empty namespaces.
Refactored to move tokens into own namespace; added token generator
Refactored codebase; an interim compiler will be used until we get something into nuget
Initial import from subversion to get
More work on AST
Added reflection classes
Began working on statement nodes; added Map and Ordered set, which I am pushing because Dictionary is about to be refactored to reuse LinkedHashSet.
Added unit tests for collections; added future.
More work on LibXi; added LibXic so that it can be used elsewhere.
More implementation of the standard library on .NET for Xi. Added several interfaces which should be considered foundational to the library.
Began implementing .NET reference implementation.
Began writing formal specification.