mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
added line parser (doesn't parse anything yet)
This commit is contained in:
parent
fda7077cf2
commit
16f6f27a90
6 changed files with 106 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
#define COMPILER_SCRIPTPARSER_H_INCLUDED
|
||||
|
||||
#include "parser.hpp"
|
||||
#include "lineparser.hpp"
|
||||
|
||||
namespace Compiler
|
||||
{
|
||||
|
@ -9,6 +10,7 @@ namespace Compiler
|
|||
|
||||
class ScriptParser : public Parser
|
||||
{
|
||||
LineParser mLineParser;
|
||||
bool mEnd;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue