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
_ 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
_ 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
_ 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
_ 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
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
The text was updated successfully, but these errors were encountered: