Toshit
Check their projects out: epoxy-tls, powerd, m3-dreamland, scramjet, SoM Harbor, Summer Of Making, dreamland.js
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Did a very small refactor.
Ditched IntermediateBodyAST for direct AST.
Working on Primitives.getAST and ASTParser.parseExpr.
Created IntermediateBodyAST(body parsing for functions, intermediate for now since it does not map directly, just has names, no checking)
Removed Double type
Implemented a basic standard library
Implemented member parsing
Did a little refactoring again
Little refactor, create NameResolver, ParseImports, MergeStage, get started on ast parsing
Created the first stage of the AST parser, ParseOuterBrackets, which differentiates TLD functions from classes