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
I have a simple test.lite file, created simply via vi:
print "hi"ERROR: test.lite:3:1. Module: found ' '(EOF) but 'NEWLINE' requiredAgain, 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