Skip to content
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

Parse command line arguments #11

Closed
pzipper opened this issue Jun 5, 2023 · 0 comments
Closed

Parse command line arguments #11

pzipper opened this issue Jun 5, 2023 · 0 comments
Assignees
Labels
A-cli Area: the command line interface B-none Breaks: nothing, updates are internal and/or don't change existing features C-feature-tracking Category: tracking a planned feature which is not yet implemented P-high Priority: should ship in the earliest possible release
Milestone

Comments

@pzipper
Copy link
Member

pzipper commented Jun 5, 2023

Currently, the compiler only compiles a hard-coded file name (HelloWorld.amp). The compiler should accept command line arguments to build an object file like so:

ampc build-obj HelloWorld.amp -o HelloWorld.o
@pzipper pzipper added B-none Breaks: nothing, updates are internal and/or don't change existing features C-feature-tracking Category: tracking a planned feature which is not yet implemented P-high Priority: should ship in the earliest possible release A-cli Area: the command line interface labels Jun 5, 2023
@pzipper pzipper added this to the 0.5.0-alpha milestone Jun 5, 2023
@pzipper pzipper self-assigned this Jun 5, 2023
@pzipper pzipper closed this as completed in 28e06e4 Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Area: the command line interface B-none Breaks: nothing, updates are internal and/or don't change existing features C-feature-tracking Category: tracking a planned feature which is not yet implemented P-high Priority: should ship in the earliest possible release
Projects
None yet
Development

No branches or pull requests

1 participant