~mesche/compiler

The Mesche Compiler
Write out section headers for .text and .shstrtab
Add README.md and LICENSE
Basic working assembler and linker implementations

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mesche/compiler
read/write
git@git.sr.ht:~mesche/compiler

You can also use your local clone with git send-email.

#Mesche Compiler

This is an experimental project to develop a compiler toolchain from scratch for a new Scheme-inspired systems programming language called Mesche.

This codebase is in an extremely early stage of development so it doesn't do much yet.

#Trying it Out

The easiest way to try this code out at the moment is to clone the repository and run the code with Chibi Scheme:

chibi-scheme main.scm

#Mailing List and Chat

You can join the development mailing list to ask questions or be notified of project news.

There's also a #mesche channel in the System Crafters Discord if you'd like to discuss the project.

#License

This code is licensed under the MIT License but may be changed to another license at any point in the future.