A toy dynamic programming language written in Ruby
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.

package.json 199B

123456789
  1. {
  2. "scripts": {
  3. "format": "prettier --write ./lib/*.rb ./lib/**/*.rb ./spec/*.rb ./spec/**/*.rb"
  4. },
  5. "dependencies": {
  6. "@prettier/plugin-ruby": "^0.12.3",
  7. "prettier": "^1.17.1"
  8. }
  9. }