summaryrefslogtreecommitdiff
path: root/src/main/java/org
AgeCommit message (Collapse)Author
2026-04-26Add stubbed Java generatorMichael Williamson
2026-04-25Type check struct fieldsMichael Williamson
2026-04-25Type check namespace bodiesMichael Williamson
2026-04-25Generate struct type for struct definitionMichael Williamson
2026-04-25Add test for source file namespaceMichael Williamson
2026-04-25Add stubbed function for type checking namespaceMichael Williamson
2026-04-24Add typed namespace nodeMichael Williamson
2026-04-24Add typed AST for struct definitionsMichael Williamson
2026-04-24Type check type level referenceMichael Williamson
2026-04-24Store Source in SourceErrorMichael Williamson
2026-04-23Add basic exampleMichael Williamson
2026-04-23Allow digits in identifiersMichael Williamson
2026-04-23Parse struct definition fieldsMichael Williamson
2026-04-23Fix docs for parseMany()Michael Williamson
2026-04-23Tokenize semicolonMichael Williamson
2026-04-23Tokenize colon symbolMichael Williamson
2026-04-23Tokenize field keywordMichael Williamson
2026-04-23Parse namespace bodyMichael Williamson
2026-04-23Reduce visibilityMichael Williamson
2026-04-23Make TokenIterator publicMichael Williamson
2026-04-23Reduce visibilityMichael Williamson
2026-04-22Parse empty struct definitionsMichael Williamson
2026-04-22Parse type level referencesMichael Williamson
2026-04-20Move code into compiler subpackageMichael Williamson
2026-04-20Add source to nodesMichael Williamson
2026-04-20Parse empty namespaceMichael Williamson
2026-04-18Tokenize bracesMichael Williamson
2026-04-18Skip whitespaceMichael Williamson
2026-04-18Add initial tokenizerMichael Williamson