Put rule_can_be_blank function in its own file

This commit is contained in:
Max Brunsfeld 2014-02-11 13:21:45 -08:00
parent 1962c17f45
commit 27f305d556
11 changed files with 89 additions and 49 deletions

View file

@ -1,6 +1,6 @@
#include "item.h"
#include "grammar.h"
#include "rule_transitions.h"
#include "rule_can_be_blank.h"
using std::string;
using std::to_string;