summaryrefslogtreecommitdiff
path: root/src/main/java/org/zwobble
AgeCommit message (Expand)Author
2026-05-29Use generated code for untyped nodesMichael Williamson
2026-05-29Support configuration of individual namespacesMichael Williamson
2026-05-29Use Json5ObjectReaderMichael 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-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-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
2026-05-18Extract JavaTypeRef.primitive()Michael Williamson
2026-05-18Add empty Builder to structsMichael Williamson
2026-05-18Extract generateStructDefinition()Michael Williamson
2026-05-17Use JavaTypeRef.INTMichael Williamson
2026-05-17Add string as native typeMichael Williamson
2026-05-17Add Java return statement nodeMichael Williamson
2026-05-17Add body to Java method nodesMichael Williamson
2026-05-17Add params to Java method nodeMichael Williamson
2026-05-17Add body to Java record nodeMichael Williamson
2026-05-17Introduce DocCommentMichael Williamson
2026-05-10Use docs comments in java-types outputMichael Williamson
2026-05-10Parse doc comment for sum definitionsMichael Williamson