New ideas about how to use new parser for execution. Beginnings of

implementation.
This commit is contained in:
ridiculousfish
2013-12-26 12:24:00 -08:00
parent 5b1a532652
commit 924b8cbe24
6 changed files with 143 additions and 137 deletions

View File

@@ -466,6 +466,9 @@ class parser_t
/** Remove the outermost block namespace */
void pop_block();
/** Remove the outermost block, asserting it's the given one */
void pop_block(const block_t *b);
/** Return a description of the given blocktype */
const wchar_t *get_block_desc(int block) const;