We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce an optional main which provides the environment of the program parsed out and ready
type DayArgData struct is data: ptr<ccstring> length: size_t end type DayEnv struct is args: DayArgData end fun day (env: DayEnv) int do ? do work... 0 end
The text was updated successfully, but these errors were encountered:
Rather than write a new main, a system will be written and designed to plug in multiple mains which are executed via different CLI args from the user.
This system can then be used to create some starter improved mains added to the standard library.
Sorry, something went wrong.
jamesaorson
No branches or pull requests
Introduce an optional main which provides the environment of the program parsed out and ready
The text was updated successfully, but these errors were encountered: