- 987376c Revert the namer changes. by dan sinclair · 4 years, 3 months ago
- f74b90b Use a test namer in the MSL generator. by dan sinclair · 4 years, 3 months ago
- e6e7041 Remove all Source{} smell from tests by Ben Clayton · 4 years, 3 months ago
- b583993 Cleanup code using RegisterSymbol by dan sinclair · 4 years, 3 months ago
- 5e5e36e Add helper to create StructMember nodes. by dan sinclair · 4 years, 3 months ago
- db5ce65 Remove BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
- bbefff6 ast: Remove statement constructors that don't take a Source by Ben Clayton · 4 years, 4 months ago
- 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 4 months ago
- 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 4 months ago
- d0dda25 ast: Remove ReturnStatement constructors that don't take a source by Ben Clayton · 4 years, 4 months ago
- 9838768 ast: Remove IfStatement::set_else_statements() by Ben Clayton · 4 years, 4 months ago
- 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 4 months ago
- b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 4 months ago
- 4c88cd9 writer/msl tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 4 months ago
- 196e097 Place the namer into the context object. by dan sinclair · 4 years, 4 months ago
- 77040b8 Convert IfStatement and ElseStatement to use BlockStatement. by dan sinclair · 4 years, 8 months ago
- 18c85f5 [msl-writer] Cleanups and refactors. by dan sinclair · 4 years, 8 months ago
- 28d4a94 [msl-writer] Add emission of if statements. by dan sinclair · 4 years, 9 months ago