mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
Removed GEN_FEATURE_PARSING macro, fixes to readme
Parsing constructors are too ergonomic to be a "optional" feature.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Scripts
|
||||
|
||||
Build and cleanup scripts for the test deirectory are found here along with `natvis` and `natstepfilter` files for debugging.
|
||||
Build and cleanup scripts for the test directory are found here along with `natvis` and `natstepfilter` files for debugging.
|
||||
|
||||
The build works as follows:
|
||||
|
||||
@ -9,4 +9,4 @@ The build works as follows:
|
||||
* Build a program that uses some the generated definitions. (Have not done yet)
|
||||
|
||||
The `test/gen` directory has the meson.build config for the meta-program
|
||||
The `test` directory has the one for the depdendent-program.
|
||||
The `test` directory has the one for the dependent-program.
|
||||
|
@ -352,7 +352,7 @@
|
||||
// gencpp macros
|
||||
|
||||
// word gen_main new_name
|
||||
// word gen_time new_name
|
||||
// word GEN_TIME new_name
|
||||
|
||||
// word __ new_name
|
||||
// word code new_name
|
||||
|
Reference in New Issue
Block a user