Compare commits

2 Commits
dev ... main

Author SHA1 Message Date
41d36ce8e1 fix markdown lint (not important)
All checks were successful
Run unit tests / zig build test (push) Successful in 55s
2026-01-07 10:39:20 +01:00
083f5c4016 the name is officially a backronym now lol
All checks were successful
Run unit tests / zig build test (push) Successful in 48s
2026-01-07 10:33:15 +01:00
2 changed files with 11 additions and 3 deletions

3
.markdownlint.json Normal file
View File

@@ -0,0 +1,3 @@
{
"MD033": false
}

View File

@@ -1,15 +1,20 @@
# neon # neon
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![test workflow](https://git.svecs.cz/svecs/neon/actions/workflows/test.yml/badge.svg?branch=main)](https://git.svecs.cz/svecs/neon/actions/?workflow=test.yml) <small>(stands for Not Everything Oughtta've a Name)</small>
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![test workflow](https://git.svecs.cz/svecs/neon/actions/workflows/test.yml/badge.svg?branch=main)](https://git.svecs.cz/svecs/neon/actions/?workflow=test.yml)
> a simple programming language (hopefully one day) > a simple programming language (hopefully one day)
## features ## features
> [!WARNING] > [!WARNING]
> this project is still in very early development, so features are limited and subject to change > this project is still in very early development, so features are limited and
> subject to change
> >
> for now the language uses an s-expression syntax (even though it's not a lisp) to simplify parsing. this syntax WILL change in the future! > for now the language uses an s-expression syntax (even though it's not a lisp)
> to simplify parsing. this syntax WILL change in the future!
- currently none lol - currently none lol