Skip to content

Releases: Mher-DeLight/ArgwcCompiler

Fixed scope writing bug

Choose a tag to compare

@Mher-DeLight Mher-DeLight released this 24 Aug 18:06

Fixed a major bug when writing scope data. Not sure how I didn't catch this beforehand.

Major Release! Actual serialization.

Choose a tag to compare

@Mher-DeLight Mher-DeLight released this 17 Aug 10:41

Now the output .h file is actually serialized and compatible with newer releases of ArgueWithCpp. As always, you can extract and put it in your /usr/local/bin

Watch Release

Choose a tag to compare

@Mher-DeLight Mher-DeLight released this 15 Aug 08:11

Added a --watch flag that can only be passed as the last option. It makes the program automatically detect changes and write them instead of having to manually call argwc-comp each time manually.

Initial Release

Choose a tag to compare

@Mher-DeLight Mher-DeLight released this 14 Aug 15:50

Download the file and extract it, then put it in your ~/.bin, ~/.local/bin, or if you have root access, /usr/local/bin directory, then invoke with argwc-comp /path/to/Argwc/Grammarfile.awc /path/to/project/src/argfile.h