mirror of
https://github.com/Ed94/gencpp.git
synced 2025-12-25 01:11:01 -08:00
WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements
Adding the pragma once and includes the files broke compilation, still diagnosing why.
- Some string functions were moved to the cpp, still need to do some more evaluation of it and the containers...
- Added support for forceinline and neverinline to parsing (untested)
- Added support for specifiers in operator cast such as explicit, inline/forceinline/neverinline, etc.
- Before it only support const.
- Still need to support volatile.
- Forceinline was not supported at all for tokenization, fixed that.
This commit is contained in:
@@ -25,7 +25,7 @@ GEN_NS_BEGIN
|
||||
#include "components/interface.upfront.cpp"
|
||||
#include "components/temp/etoktype.cpp"
|
||||
#include "components/interface.parsing.cpp"
|
||||
#include "components/untyped.cpp"
|
||||
#include "components/interface.untyped.cpp"
|
||||
|
||||
GEN_NS_END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user