Include info about children w/o fields in node-types.json

This commit is contained in:
Max Brunsfeld 2019-06-17 11:35:06 -07:00
parent 177ba49e57
commit 381cb09c64
2 changed files with 97 additions and 36 deletions

View file

@ -2,7 +2,7 @@ use super::nfa::Nfa;
use super::rules::{Alias, Associativity, Rule, Symbol};
use hashbrown::HashMap;
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord)]
pub(crate) enum VariableType {
Hidden,
Auxiliary,