You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Colin Reeder 87a869ef05 apparently we don't require octal numbers, removed from MIGRATING 1 year ago
bin Add dogenode as new package bin 1 year ago
src Support console in REPL 1 year ago
test Implement throw 1 year ago
.editorconfig don't use tabs outside of tab failure test 1 year ago
.gitignore Introduce multi-stage build 1 year ago
GRAMMAR.txt Implement throw 1 year ago
LICENSE Add LICENSE file 4 years ago
MIGRATING.md apparently we don't require octal numbers, removed from MIGRATING 1 year ago
README.md Remove support list from README since almost everything works now 1 year ago
build.js Skip building bin files in first stage 1 year ago
jest.config.js Initial work on porting testsuite 1 year ago
package-lock.json Add dogenode as new package bin 1 year ago
package.json Add dogenode as new package bin 1 year ago

README.md

doge3

A proof-of-concept for a new Dogescript transpiler.

Limitations:

  • This parser does not parse everything, so whitespace and comments are not preserved in the output
  • Not everything is implemented yet :P
  • Probably other things