Skip to content

Commit

Permalink
add language parser
Browse files Browse the repository at this point in the history
- add parser written in test version
- remove JavaScript literal
- remove dictionary for JavaScript keywords, Segmented methods
- fix NumericLiteral, support Integer/Float
- fix CharLiteral
- fix SymbolLiteral
- add tests for parse.tokenize
- fix BinaryExpression
- fix UnaryExpression
- add test cases for parser
- build v0.0.11
  • Loading branch information
mohayonao committed Apr 26, 2014
1 parent c9f8237 commit 63290ae
Show file tree
Hide file tree
Showing 8 changed files with 11,984 additions and 34 deletions.
1 change: 1 addition & 0 deletions assets/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</script>
<script src="../../../src/const.js"></script>
<script src="../../../src/sc/test/utils.js"></script>
<script src="../../../src/sc/test/parser-test-case.js"></script>
#{TESTS}
</head>
<body>
Expand Down

0 comments on commit 63290ae

Please sign in to comment.