WACC (pronounced “whack”) is a simple variant on the While family of languages .
It features all of the common language constructs you would expect of a While-like language, such as program variables, simple expressions, conditional branching, looping and no-ops. It also features a rich set of extra constructs, such as simple types, functions, arrays and basictuple creation on the heap.
This plugin aims to provide support for the WACC language in Intellij.
Please ensure that gcc, gcc-multilib/glibc-devel.i686, and nasm are all
installed in order to compile wacc programs for x86.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "wacc-plugin" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Syntax highlighting support
- Syntax and semantic checks
- Code completion and brace matching
- Commenting out code
- Run code on x86
- Integrated WACC shell