Skip to content

JoeRobich/bs

Repository files navigation

BS

A BASIC-like grammar for use in scripting on web pages.

Includes

  • bs_grammar.txt: The grammar used by PEG (http://pegjs.majda.cz/) to generate the bs_parser.
  • bs_parser.js: The generated parser with ast functions removed.
  • ast.js: The ast function definitions removed from the generated bs_parser.
  • ast_interpreter.js: Walks the ast interpreting each node.

About

BS grammar, parser, and ast interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published