mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Grammar: Added stubbed ::generateParseTable
This commit is contained in:
parent
04f8b6bd6a
commit
6c581fb8c2
2 changed files with 7 additions and 0 deletions
|
@ -165,3 +165,8 @@ void Grammar::validate () const
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Grammar::generateParseTable ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -61,7 +61,9 @@ protected:
|
|||
|
||||
private:
|
||||
void validate () const;
|
||||
void generateParseTable ();
|
||||
|
||||
private:
|
||||
std::string _start;
|
||||
std::map <std::string, Grammar::Rule> _rules;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue