move idris version to orig and newt version to src.

Development is being done on the newt version now.
This commit is contained in:
2025-02-15 16:36:29 -08:00
parent 829c5d5143
commit 3c2615ecc1
52 changed files with 86 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
// Experimental serializer / deserializer for modules
// not completely wired in yet, serialization is running.
// not completely wired in yet, serialization is running, deserialization is not
const END = 0;
const LIST = 1;