allowing any manner of indentation in the comments, by adjusting them in the lexer

This commit is contained in:
Jeremy Ashkenas
2009-12-30 22:24:40 -05:00
parent 942572d081
commit a6539a030c
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
func: =>
false
false # comment
false
# comment
true
print(func())