We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbc8213 + 508dd47 commit bdaa72fCopy full SHA for bdaa72f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pseudocode",
3
- "version": "0.1.0",
+ "version": "1.1.1",
4
"author": {
5
"name": "Tate Tian",
6
"email": "tatetian@gmail.com",
src/Parser.js
@@ -79,6 +79,7 @@
79
*
80
*/
81
var utils = require('./utils');
82
+var ParseError = require('./ParseError');
83
84
var ParseNode = function(type, val) {
85
this.type = type;
0 commit comments