Work on new Java based generator
authorNot Zed <notzed@gmail.com>
Mon, 28 Jul 2025 00:49:16 +0000 (10:19 +0930)
committerNot Zed <notzed@gmail.com>
Mon, 28 Jul 2025 00:49:16 +0000 (10:19 +0930)
commitbff6a894e01c07af0e465995e2b4e21aefa7472e
treec7f5ba87f0f2bc102b4d3b85571a64f74d828c5c
parentc8c6d9ccc7569b00b83788dfbb4fddaf85db4f95
Work on new Java based generator
14 files changed:
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/API.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Array.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Context.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Data.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Export.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Generator.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Hash.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Scalar.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Template.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Text.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Tokeniser.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Util.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/au/notzed/nativez/tools/Value.java [new file with mode: 0644]
src/notzed.nativez.tools/classes/module-info.java [new file with mode: 0644]