| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-13 | Move reflection JSON generation into separate text fixture (#211) | Tim Foley | |
| Move reflection JSON generation into separate test fixture | |||
| 2017-08-09 | Major naming overhaul: | Tim Foley | |
| - `ExpressionSyntaxNode` becomes `Expr` - `StatementSyntaxNode` becomes `Stmt` - `StructSyntaxNode` becomes `StructDecl` - `ProgramSyntaxNode` becomes `ModuleDecl` - `ExpressionType` becomes `Type` - Existing fields names `Type` become `type` - There might be some collateral damage here if there were, e.g., `enum`s named `Type`, but I can live with that for now and fix those up as a I see them | |||
| 2017-06-15 | Rename `Slang::Compiler` -> `Slang` | Tim Foley | |
| This gets rid of one unecessary namespace. | |||
| 2017-06-09 | Initial import of code. | Tim Foley | |
