gencpp/test
Ed_ c97762ac16 Added support for inline comments
Also now doing comment serialization on def_comment directly as parse_comment doesn't need it.

Essentially comment ast types serialize the same way s untyped and execution ASTs
2023-08-23 00:25:14 -04:00
..
_old Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
GamePipeline Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
Godot Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
Unreal Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
ZPL-C Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
parsing.cpp Fixes to memory mangment, library is much faster now. 2023-07-16 18:00:07 -04:00
parsing.hpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
Readme.md Updated docs 2023-08-08 11:56:42 -04:00
sanity.cpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
SOA.cpp Simpilication of build script, added initial support for tests 2023-08-20 12:31:28 -04:00
test.cpp Added support for inline comments 2023-08-23 00:25:14 -04:00
upfront.cpp Fixes to memory mangment, library is much faster now. 2023-07-16 18:00:07 -04:00
upfront.hpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
validate.bootstrap.cpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
validate.singleheader.cpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00

Test

The implementaiton here is not well organized and needs a rewrite..

I only do basic sanity and parsing tests for the most part.
The library is getting practical usage tests in genc and other projects.