-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement proper parser for the REPL #47
Conversation
61300af
to
8dc453f
Compare
Great, thank you very much! |
# This will not work for you. | ||
# pls ignore. | ||
cd "$GOPATH/bin" | ||
./Cross\ Compile.sh DiscordConsole discordconsole-team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this not checked in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have access to the script anymore, but I suppose @Mnpn03 could check it in (although IIRC it largely assumes a bunch of structure)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can someone please remind me about this later, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mnpn03 Do you know what happened with the guy who invented the door-knocker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
who’s there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He won the no-bell price.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔔 Anyway, this is your friendly reminder to commit the script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I've added it!
Definitely a breaking change. New syntax:
cmd Arg1 "Argument 2" Arg3 Argument\ 4
, similar to bash\n
is now a line break, and can be escaped with\\n
${...}
is now used for substitutions, and can be escaped with\${...}
.This also proposes using Just instead of GNU Make so @tbodt doesn't have to feel bad about us abusing the almighty Make by treating it as a simple command runner.