aboutsummaryrefslogtreecommitdiff

Clone or download

  • Download the latest version as a ZIP or tarball
  • Clone with: git clone https://elmord.org/code/hel-0.2

Hel: huangho's Experimental Language/Lisp

Hel is my playground for learning and experimenting with language design and implementation. In its current incarnation (v0.2), it aims to be a compiler from a language close to a subset of R5RS Scheme to C. The compiler also happens to be written in something close to a subset of R5RS, so the master plan for v0.2 is eventually being able to compile the compiler with itself, while also remaining bootstrappable from an existing R5RS implementation. There's still quite a way to go, though.

License

Copyright © 2018 Vítor Bujés Ubatuba De Araújo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.