This website requires JavaScript.
Explore
Help
Sign In
ed
/
gencpp
Watch
1
Star
0
Fork
0
You've already forked gencpp
mirror of
https://github.com/Ed94/gencpp.git
synced
2024-11-14 12:44:52 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
23742868c4
gencpp
/
project
/
auxillary
/
scanner.cpp
6 lines
68 B
C++
Raw
Normal View
History
Unescape
Escape
Bug fixes and updates to package_release.ps1 - Incrased size of the defines_map_arena to 256KB - Various fixes for the parser - Various fixes for code serialization - Fix for is_equal member func in Code types - Fixes for hasthable container - Added are_equal static func to String type for use against StrC - Added starts_with functions to String type - package_release.ps1 now packages all docs (forgot to update it with last release)
2024-05-05 18:53:22 -07:00
#
ifdef GEN_INTELLISENSE_DIRECTIVES
#
include "scanner.hpp"
#
endif
Updated generated ast_inlines.hpp so that operator defs have the inline explicit * Added support for parsing/serializing specifiers for OpCast roughtly.. Doesn't have constraints on what specifiers beyond whats expected in global nspace scope.. * Minor adjustments to hashtable to avoid UE compile errors * Make sure scanner.cpp is being made by bootstrap
2024-10-25 01:08:20 -07:00
Reference in New Issue
Copy Permalink