Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 695 Bytes

The Bolt Programming Language

This repository contains a prototype of the Bolt programming language, written in Haskell. Thanks to the power of Haskell, we are able to make very quick changes to the language without having to refactor the entire compiler. If everything goes well, we might be able to bootstrap the Bolt compiler this way.

License

Currently, this software is licensed under the GNU General Public License, version 3. This means that this project is and should remain open-source software. You may freely use this software and make modifications, but the should always be made public and easily accessible.