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 * glob pattern in v2 #206

Open
Kreijstal opened this issue Apr 16, 2024 · 4 comments
Open

support * glob pattern in v2 #206

Kreijstal opened this issue Apr 16, 2024 · 4 comments

Comments

@Kreijstal
Copy link

I have a directory full of .j files, and I had to make a makefile, but couldn't krakatau simply handle it by itself?
krak2 asm *.j --out=../build ?

@Storyyeller
Copy link
Owner

Would the desired behavior be to pass in a directory name and assemble all the .j files found in that directory recursively?

@Kreijstal
Copy link
Author

would it keep the directory structure? sure

@Storyyeller
Copy link
Owner

Storyyeller commented Apr 17, 2024

would it keep the directory structure? sure

The output is based on the name of the class, not the path of the original file. It doesn't make sense otherwise, especially because you can also have multiple classes defined in one .j file.

Anyway, I'm open to trying to implement this, but it will likely be a long time before I have the time to work on it.

@Kreijstal
Copy link
Author

That's okay, I didn't know many classes could fit in one j file, I just use a makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants