Skip to content

Commit

Permalink
note shortcomigs and progress
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Jul 1, 2011
1 parent 21f2abb commit e24a979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lib/parser.js: lib/parser.y lib/lexer.l
jison -o $@ $^

test/harness.js: test/harness.tjs
tamejs
node lib/main.js -o $@ $<

build: lib/parser.js test/harness.js

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,13 @@ Installing and Using

Bugs
----
* we need to handle #!/usr/bin/env node first lines properly

ToDos (Basic Functionality)
---------------------------
* regtest suite (in progress)
* try/catch
* support unterminated expressions (might not be possible without PEG)
* regtest suite
* with statements?

ToDos (Optimizations)
Expand Down

0 comments on commit e24a979

Please sign in to comment.