🐐 Reviving this old project. Mainly adding tests and fixing bugs.

This commit is contained in:
2026-03-31 18:25:20 +02:00
parent 88d7f0ed69
commit e845cb62c1
20 changed files with 1502 additions and 1090 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "centvrion",
"displayName": "centvrion",
"description": "",
"description": "Latin-inspired esoteric programming language with Roman numeral literals",
"version": "0.0.1",
"engines": {
"vscode": "^1.68.0"

View File

@@ -23,7 +23,7 @@
"patterns": [
{
"name": "keyword.control.cent",
"match": "\\b(ALVID|DEFINI|DESIGNA|DONICVM|DVM|ERVMPE|FACE|INVOCA|IN|PER|SI|TVNC|VSQVE|VT|CVM)\\b"
"match": "\\b(ALVID|AVT|DEFINI|DESIGNA|DONICVM|DVM|ERVMPE|ET|FACE|INVOCA|IN|PER|SI|TVNC|VSQVE|VT|CVM)\\b"
},
{
"name": "keyword.operator.comparison.cent",