summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-29Have builders for structs implement builders for sumsMichael Williamson
2026-05-29Add Builder interface to generated Java interfacesMichael Williamson
2026-05-29Support Java method without bodyMichael Williamson
2026-05-29Support non-sealed interfaces in Java ASTMichael Williamson
2026-05-29Add body to Java interfacesMichael Williamson
2026-05-29Use builder in TypeCheckerSumDefinitionTestsMichael Williamson
2026-05-29Use builder in TypeCheckerStructDefinitionTestsMichael Williamson
2026-05-29Use builder in TypeCheckerNativeTypeDefinitionTestsMichael Williamson
2026-05-29Use builder in TypeCheckerNamespaceTestsMichael Williamson
2026-05-29Use generated code for untyped nodesMichael Williamson
2026-05-29Support configuration of individual namespacesMichael Williamson
2026-05-29Use Json5ObjectReaderMichael Williamson
2026-05-29Add hobgoblin definitions for untyped nodesMichael Williamson
2026-05-29Generate arbitrary value for sums using first variantMichael Williamson
2026-05-29Store variants bidirectionallyMichael Williamson
2026-05-29Remove unused methodMichael Williamson
2026-05-29Centralise notion of default Java native typesMichael Williamson
2026-05-29Add arbitrary value for stringMichael Williamson
2026-05-29Include type description in errorMichael Williamson
2026-05-29Add (unescaped) Java string literalsMichael Williamson
2026-05-26Check subdirectories for source filesMichael Williamson
2026-05-26Add CLIMichael Williamson
2026-05-23Preserve existing custom areasMichael Williamson
2026-05-23Write custom area contentMichael Williamson
2026-05-23Write custom area delimitersMichael Williamson
2026-05-23Add a notion of JavaCustomArea to type declarationsMichael Williamson
2026-05-20Add example for native typesMichael Williamson
2026-05-20Support arbitrary Java values for custom native typesMichael Williamson
2026-05-20Support mapping custom native types to Java typesMichael Williamson
2026-05-20Add namespace to native type stringMichael Williamson
2026-05-20Generate no Java code for native typesMichael Williamson
2026-05-20Use maven.compiler.releaseMichael Williamson
2026-05-20Type check native type definitionsMichael Williamson
2026-05-20Add namespace name to native typesMichael Williamson
2026-05-20Parse native type definitionsMichael Williamson
2026-05-20Add "native" keywordMichael Williamson
2026-05-20Use lowerCamelCase keys in configMichael Williamson
2026-05-20Add with methods to Java buildersMichael Williamson
2026-05-18Add static arbitrary methods to create buildersMichael Williamson
2026-05-18Support static method declarations in JavaMichael Williamson
2026-05-18Add build method to buildersMichael Williamson
2026-05-18Track struct field typesMichael Williamson
2026-05-18Use TypesInfo to generate implementsTypesMichael Williamson
2026-05-18Pass types info into generatorMichael Williamson
2026-05-18Collect mapping of variants to sum typesMichael Williamson
2026-05-18Extract context for JavaTypesGeneratorMichael Williamson
2026-05-18Add Java new expressionMichael Williamson
2026-05-18Support JavaTypeRef to inner typeMichael Williamson
2026-05-18Extract JavaTypeRef.generic()Michael Williamson
2026-05-18Extract JavaTypeRef.ref()Michael Williamson