Closed glebm closed 7 years ago
Rewrites the CoffeeScript implementation in TypeScript. The TypeScript source code is linted and auto-formatted on build.
Also makes the following changes / fixes to the parser:
move
match
from
Fixes #77
The most important file in this PR is waxeye.ts.
Demo: https://glebm.github.io/waxeye/demo.html
Looks great! Let me know, when it's ready to be merged.
@orlandohill Rebased, good to merge!
Great, thanks!
Rewrites the CoffeeScript implementation in TypeScript. The TypeScript source code is linted and auto-formatted on build.
Also makes the following changes / fixes to the parser:
move
method into smaller methods.match
method. Fixes #72from
field. Fixes #70Fixes #77
The most important file in this PR is waxeye.ts.
Demo: https://glebm.github.io/waxeye/demo.html