Compare commits
2 Commits
d7e71d58e1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
41d36ce8e1
|
|||
|
083f5c4016
|
3
.markdownlint.json
Normal file
3
.markdownlint.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"MD033": false
|
||||
}
|
||||
11
README.md
11
README.md
@@ -1,15 +1,20 @@
|
||||
# neon
|
||||
|
||||
[](LICENSE) [](https://git.svecs.cz/svecs/neon/actions/?workflow=test.yml)
|
||||
<small>(stands for Not Everything Oughtta've a Name)</small>
|
||||
|
||||
[](LICENSE)
|
||||
[](https://git.svecs.cz/svecs/neon/actions/?workflow=test.yml)
|
||||
|
||||
> a simple programming language (hopefully one day)
|
||||
|
||||
## features
|
||||
|
||||
> [!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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user