Welcome to the official repository of the halc
compiler, the primary compiler for the Halite programming language. For more information about Halite, please check the organization README.
- Go: Halite compiler is built in Go. Ensure you have the latest version of Go installed on your machine.
Clone the repository to your local machine:
git clone https://github.com/halitelang/halc.git
cd halc
Build the compiler:
go build
Compile a Halite source file:
./halc myprogram.hal
This will compile myprogram.hal
to an executable machine code file.
For more details on the Halite language and its features, visit the Halite Language Documentation (Link to be added).
Contributions to the halc
compiler are welcome! Please read our CONTRIBUTING.md for details on how to submit pull requests, the process for submitting bugs, and other ways you can contribute to the Halite community.
If you encounter any issues or have questions, please file an issue on the GitHub issue tracker.
halc
is distributed under the MIT License.