Skip to content

Commit

Permalink
enh(parser): add color language parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmorriso committed Apr 27, 2022
1 parent 9a57677 commit a671aba
Show file tree
Hide file tree
Showing 8 changed files with 1,139 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"author": "David Morrison <[email protected]>",
"license": "MIT",
"scripts": {
"build": "cd src; jison language.json",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage"
Expand All @@ -18,6 +19,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "27",
"jison": "^0.4.18",
"prettier": "^2.6.2",
"source-map-support": "^0.5.21",
"ts-jest": "^27.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export * from "./transform_fwd";
export * from "./transform_rev";
export * from "./analysis";
export * from "./names";
export * from "./language";
export * from "./parser";
Loading

0 comments on commit a671aba

Please sign in to comment.