Renamed Parser.h -> LX_Parser.h
Was causing issues with intelisense in VSC due to a Windows.h file named Parser.h having priority
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"files.associations":
|
||||||
|
{
|
||||||
|
"type_traits": "cpp"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
#include <Util.h>
|
#include <Util.h>
|
||||||
|
|
||||||
#include <NodeTypes.h>
|
#include <NodeTypes.h>
|
||||||
#include <Parser.h>
|
#include <LX_Parser.h>
|
||||||
#include <Lexer.h>
|
#include <Lexer.h>
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include <Util.h>
|
#include <Util.h>
|
||||||
|
|
||||||
#include <Parser.h>
|
#include <LX_Parser.h>
|
||||||
|
|
||||||
namespace PashaBibko::LXC::Internal
|
namespace PashaBibko::LXC::Internal
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user