##// END OF EJS Templates
Localized and neat error reports
Localized and neat error reports

File last commit:

r54:3a4e62f8 default
r54:3a4e62f8 default
Show More
en.sexp
14 lines | 777 B | text/plain | TextLexer
(:usage "Usage: ~A <source> [options]
Options:
-o <filename> - Output filename
--js <filenames...> - List of extra .js files to include in the game
--css <filenames...> - List of .css files to include in the game. Default is in extras/default.css
--body <filename> - Alternative page body. Default is in extras/body.html
-c - Just compile the game to a .js file without making it a full web page
--beautify - Make the JS content pretty. By default it gets minified.
Note that the files in extras/ are not actually used. They're just there for the reference~%")
(:error "Error at~:[~; end of input~]~2%~
~2@T~<~@;~A~:>~%~
~2@T~V@T^ (Line ~D, Column ~D, Position ~D)~2%")