added $propdoc to AST nodes and some cleanups
hopefully we can make the AST documentation self-generating
This commit is contained in:
@@ -125,9 +125,6 @@
|
||||
return new (val ? AST_True : AST_False)(args);
|
||||
default:
|
||||
args.value = val;
|
||||
var m = /\/(.*)\/(.*)/.exec(val+"");
|
||||
args.pattern = m[1];
|
||||
args.mods = m[2];
|
||||
return new AST_RegExp(args);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user