forked from douglascrockford/TDOP
-
Notifications
You must be signed in to change notification settings - Fork 0
Top Down Operator Precedence
IndianaHorrscht/TDOP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TDOP, Top Down Operator Precedence Douglas Crockford douglas@crockford.com 2010-11-12 tdop.html contains a description of Vaughn Pratt's Top Down Operator Precedence, and describes a parser for Simplified JavaScript in Simplified JavaScript. index.html parses parse.js and displays its AST. The page depends on json2.js (which is not included in this project) and on parse.js and tokens.js (which are). tdop.js contains a Simplified JavaScript parser. See tdop.html for commentary. tokens.js produces an array of token objects from a string.
About
Top Down Operator Precedence
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 64.2%
- JavaScript 35.8%