Skip to content

halitelang/halc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

halc Compiler

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.

Getting Started

Prerequisites

  • Go: Halite compiler is built in Go. Ensure you have the latest version of Go installed on your machine.

Building

Clone the repository to your local machine:

git clone https://github.com/halitelang/halc.git
cd halc

Build the compiler:

go build

Usage

Compile a Halite source file:

./halc myprogram.hal

This will compile myprogram.hal to an executable machine code file.

Documentation

For more details on the Halite language and its features, visit the Halite Language Documentation (Link to be added).

Contributing

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.

Support

If you encounter any issues or have questions, please file an issue on the GitHub issue tracker.

License

halc is distributed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages