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

Support multiple files on the compiler #91

Closed
ghaith opened this issue Dec 24, 2020 · 0 comments · Fixed by #174
Closed

Support multiple files on the compiler #91

ghaith opened this issue Dec 24, 2020 · 0 comments · Fixed by #174
Assignees
Labels
enhancement New feature or request

Comments

@ghaith
Copy link
Collaborator

ghaith commented Dec 24, 2020

Add support for multiple files passed to the compiler

Order of the files should not matter
All files passed to the compiler should be generated

@ghaith ghaith added the enhancement New feature or request label Dec 24, 2020
@ghaith ghaith added this to the Multiple Files milestone Dec 25, 2020
@ghaith ghaith removed this from the Multiple Files milestone Apr 6, 2021
@riederm riederm self-assigned this May 2, 2021
riederm added a commit that referenced this issue May 13, 2021
_ the cli now accepts mulitple input-files in the end.
  e.g. rustyc --ir file1.st file2.st

_ the cli now accepts glob expressions
  e.g. ./**/*.st

fixes #91
riederm added a commit that referenced this issue May 13, 2021
_ the cli now accepts mulitple input-files in the end.
  e.g. rustyc --ir file1.st file2.st

_ the cli now accepts glob expressions
  e.g. ./**/*.st

fixes #91
riederm added a commit that referenced this issue May 17, 2021
_ the cli now accepts mulitple input files at the end of the line
  e.g. rustyc --ir file1.st file2.st
_ the cli now accepts glob expressions
  e.g. rustyc --ir "./**/*.st"

fixes #91
riederm added a commit that referenced this issue Jul 9, 2021
_ the cli now accepts mulitple input files at the end of the line
  e.g. rustyc --ir file1.st file2.st
_ the cli now accepts glob expressions
  e.g. rustyc --ir "./**/*.st"

fixes #91
@ghaith ghaith moved this to Done in Next Jan 9, 2023
@ghaith ghaith added this to Next Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants