modernize code
This commit is contained in:
7
PCCcompiler/parser.h
Normal file
7
PCCcompiler/parser.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
#include "compiler_types.h"
|
||||
|
||||
void processSource(const std::string& src, CompilerState& state);
|
||||
void calculateExpressions(CompilerState& state);
|
||||
#endif
|
||||
Reference in New Issue
Block a user