summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-06-16Move native types in hobgoblin definitions to appropriate namespacesMichael Williamson
2026-06-16Add import exampleMichael Williamson
2026-06-16Sort namespaces by importsMichael Williamson
2026-06-16Implement full namespace name resolutionMichael Williamson
2026-06-16Type check importsMichael Williamson
2026-06-16Store namespace fieldsMichael Williamson
2026-06-14Create ancestor depth fieldMichael Williamson
2026-06-14Parse importsMichael Williamson
2026-06-14Tokenize dot dot symbolMichael Williamson
2026-06-14Add import nodeMichael Williamson
2026-06-13Add "import" and "from" keywordsMichael Williamson
2026-06-13Generate fields on Java interface for sum fieldsMichael Williamson
2026-06-13Extract generateSumDefinitionBuilder()Michael Williamson
2026-06-13Extract generateSumDefinition()Michael Williamson
2026-06-13Type check fields on sum definitionMichael Williamson
2026-06-13Add TODO to check field consistency between sum type and its variantsMichael Williamson
2026-06-13Extract typeCheckFieldDefinitions()Michael Williamson
2026-06-13Add fields to typed sum definition nodeMichael Williamson
2026-06-13Parse fields in sum definitionMichael Williamson
2026-06-13Add fields to sum definition nodeMichael Williamson
2026-06-12Define Java AST using hobgoblinMichael Williamson
2026-06-12Move Java type variance to top-level typeMichael Williamson
2026-06-12Add Option typeMichael Williamson
2026-06-12Support native types without explicit mappingMichael Williamson
2026-06-12Move Java interface openness to top-level typeMichael Williamson
2026-06-12Add Int64Michael Williamson
2026-06-12Ignore single line commentsMichael Williamson
2026-06-12Generate precisely matchers from hobgoblin definitionsMichael Williamson
2026-06-12Generate "with" methods for matchersMichael Williamson
2026-06-12Add method references to JavaMichael Williamson
2026-06-12Move generateTypeRef() to JavaGeneratorMichael Williamson
2026-06-12Push handling of namespace configs for Java packages into JavaGeneratorMichael Williamson
2026-06-12Extract JavaGeneratorConfig.nativeTypeConfig()Michael Williamson
2026-06-12Extract JavaGeneratorConfigMichael Williamson
2026-06-12Tighten exception typeMichael Williamson
2026-06-12Extract methods variableMichael Williamson
2026-06-12Include submatchers in toMatcher()Michael Williamson
2026-06-12Store submatchers in struct matcherMichael Williamson
2026-06-12Add Java field declarationMichael Williamson
2026-06-12Add Java field accessMichael Williamson
2026-06-12Add Java assignmentMichael Williamson
2026-06-12Add Java expression statementMichael Williamson
2026-06-12Loosen type of submatchersMichael Williamson
2026-06-12Add super type argsMichael Williamson
2026-06-12Introduce JavaTypeArgMichael Williamson
2026-06-12Generate static constructor methodMichael Williamson
2026-06-12Add private constructor to struct matchersMichael Williamson
2026-06-12Add Java constructorMichael Williamson
2026-06-12Extract refsMichael Williamson
2026-06-12Extract lowerCamelCaseToUpperCamelCase to Casing classMichael Williamson