Lindenii Project Forge
Login

spec

e² language specification

Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!

Commit info
ID
76c54c7a2a66fb251e568e3d648d193efe11eae9
Author
Runxi Yu <me@runxiyu.org>
Author date
Thu, 05 Dec 2024 21:18:20 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Thu, 05 Dec 2024 21:18:20 +0800
Actions
Another round of README updates :/
*.html
/build
# GNU Make is required

.PHONY: upload default

default: language_description.html
default: build/language_description.html build/index.html build/style.css

.SUFFIXES: .md .html

.md.html:
build/%.html: %.md
	mkdir -p build
	pandoc --mathml -so $@ -c style.css $<

upload: language_description.html style.css
	rsync --mkpath language_description.html style.css runxiyu.org:/var/www/docs/e2/
build/%.css: %.css
	mkdir -p build
	cp $< $@

upload:
	rsync --delete-after --recursive --mkpath build/ runxiyu.org:/var/www/docs/e2/
# The e² programming language
# The e² programming language specification

- [Home page](https://docs.runxiyu.org/e2/)
- [C implementation](https://docs.runxiyu.org/tau2/)
- [Git repositories](https://git.runxiyu.org/e2/)
- [Ticket tracker](https://todo.sr.ht/~runxiyu/e2/)
- [Announcement list](https://lists.sr.ht/~runxiyu/e2-announce/)
- [Development list](https://lists.sr.ht/~runxiyu/e2-devel/)
This is the specification for the [e²](https://e2.runxiyu.org/) programming
language.

You may [read this specification online](https://docs.runxiyu.org/e2-spec/).
---
title: $e^2$ language
author: Test_User and Runxi Yu
---

$e^2$ is a new programming language.

Please read the [language description](language_description.html).