gencpp/test/NonParsed
Ed_ a0250d1109 Removed readonly ast option. Removed indentation from serialization. Updates to readme.
- Readonly overcompilcates things for the scope of this project. I'm avoding const correctness to avoid mental overhead.
- Indentation was removed as it still required a formatting pass after, and the only significant thing needed was the newlines.
- Removed some opinionated takes from readme, trying to keep it straight to the point.
- Used def_execution more in array and ring defs (was using untyped_str when could have been using execution...)
2023-07-08 12:21:26 -04:00
..
Array.NonParsed.hpp Removed readonly ast option. Removed indentation from serialization. Updates to readme. 2023-07-08 12:21:26 -04:00
Buffer.NonParsed.hpp Removed readonly ast option. Removed indentation from serialization. Updates to readme. 2023-07-08 12:21:26 -04:00
HashTable.NonParsed.hpp Removed readonly ast option. Removed indentation from serialization. Updates to readme. 2023-07-08 12:21:26 -04:00
Ring.NonParsed.hpp Removed readonly ast option. Removed indentation from serialization. Updates to readme. 2023-07-08 12:21:26 -04:00
Sanity.hpp HashTable non-parsed implemented. 2023-07-01 00:23:40 -04:00