Big commit. First draft of stripping comments from generated JS output. Issue #41

This commit is contained in:
Jeremy Ashkenas
2010-06-27 12:59:54 -04:00
parent 8eedfe4bc6
commit ec570c46bf
20 changed files with 4473 additions and 1245 deletions

View File

@@ -26,15 +26,6 @@ else
ok result
# If statement with a comment-only clause.
result: if false
# comment
else
27
ok result is 27
# Testing unless.
result: unless true
10