ESPL1000 [WIP]
March 15, 2025 · View on GitHub
ESPL1000 [WIP]
This repo contains a simple, statically typed programming language. The Compiler Backend targets the ATMEL(now Microchip) ATMega328P.
Description
ESPL1000 is inspired by the simplicity and power of C programming.
The Compiler is Work in Progress and still a long way from being functional.
Documentation
espl1000.org
Build Instructions (Linux)
git clone git@github.com:pointbazaar/espl1000.git- get required packages via your distributions package manager: gcc cmake make valgrind flex avra
- modify your PATH```
- make
