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
copy pasting line from editor into civet REPL works too
but loading it with load from REPL handle indentations wrongly $civet
🐱> .load testing.civet
enum Direction
Up
Down
Left = 2 * Down
...
ParseError: REPL14:3:5 Failed to parse
Expected: ...
source file :
enum Direction
Up
Down
Left = 2 * Down
Right = 2 * Left
well you can imagine what happen with bigger nested code.
also .help says that .load is for loading js files (behavior is the same) I am not sure if it is true.
The text was updated successfully, but these errors were encountered:
Hi,
so here it is , on linux.
$ civet file.civet
works fine
$civet
source file :
well you can imagine what happen with bigger nested code.
also .help says that .load is for loading js files (behavior is the same) I am not sure if it is true.
The text was updated successfully, but these errors were encountered: