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 was archived by the owner on Oct 14, 2021. It is now read-only.
The Go implementation accepts a -c flag to provide a program on the command line. This is helpful for quick and dirty "what does this do?" investigation, and for fuzzing. -c was chosen to match python. It'd be nice if the rust repl also accepted -c, instead of requiring a temp file to provide input.