You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple test.lite file, created simply via vi:
print "hi"
lite -run test.lite gave me:
ERROR: test.lite:3:1. Module: found ' '(EOF) but 'NEWLINE' required
Again, the file is created simply with vi, so file encoding is the standard unix (on OSX).
Also, why does it say line 3? The file only as a single line, w/o any CRs.
running the latest v0.8.8 Build
The text was updated successfully, but these errors were encountered:
Would separating the requirement to have 4 indented spaces to only .md files be worth while? I like liteScript for its smart static type system and other goodies, not for the .md part, so forcing 4 spaces everywhere is a bad idea for my use case (and I imagine for many or perhaps most people too). I tried to remove that requirement from Grammar and Parser, but blockIndent <= parentIndent still failed in ASTBase. So currently I'm adding a step in my gulp process to insert indentations. If I didn't have to do that, it would be great.
I have a simple test.lite file, created simply via vi:
print "hi"
ERROR: test.lite:3:1. Module: found ' '(EOF) but 'NEWLINE' required
Again, the file is created simply with vi, so file encoding is the standard unix (on OSX).
Also, why does it say line 3? The file only as a single line, w/o any CRs.
running the latest v0.8.8 Build
The text was updated successfully, but these errors were encountered: