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
{{ message }}
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
I somehow managed to run 'make', had to also use 'sudo make'. I am stuck after this step. I tried to find any getting started or documentation but didn't find any.
I tried to setup gosh by doing a git clone and ran make. I had to also uncomment go:generate stringer -type Type for it to build once in the beginning. After that I was getting permission denied for some go related files, hence had to do sudo make (which is not the best way to do it, though).
Currently
true
andfalse
are treated as keywords:gosh/scanner/scanner.go
Lines 61 to 63 in 5198cfb
But they are normal predeclared identifiers like
println
. We should treat them as such. We also should remove special token types for them.Scanner and parser should return them as identifiers, and they should be added into built-in objects.
The text was updated successfully, but these errors were encountered: