mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Ed_
9a784fe92f
I'm rewritting it the way I'd like to learn it. - I want to use csv parsing heavily with the library so I'm just going to add it to the scanner. - Globaly memory allocator moved to regular gen header/source as its something really just made for the library. - Some small refactors to macros - The parser was updated to support tokenizing preprocessor directives. - The purpose is based off intuition that it will be required for the scanner.
28 lines
627 B
JSON
28 lines
627 B
JSON
{
|
|
"files.associations": {
|
|
"*.rmd": "markdown",
|
|
"array": "cpp",
|
|
"compare": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"xtr1common": "cpp",
|
|
"xutility": "cpp",
|
|
"initializer_list": "cpp",
|
|
"table.h": "c",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"exception": "cpp",
|
|
"optional": "cpp",
|
|
"tuple": "cpp",
|
|
"xmemory": "cpp",
|
|
"algorithm": "cpp",
|
|
"limits": "cpp",
|
|
"concepts": "cpp",
|
|
"*.rh": "cpp"
|
|
},
|
|
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
|
"mesonbuild.configureOnOpen": true,
|
|
"C_Cpp.errorSquiggles": "enabled",
|
|
"godot_tools.scene_file_config": "",
|
|
"C_Cpp.default.compilerPath": "cl.exe"
|
|
} |