The Kyrie programming language.
Go to file
Eric-Paul Ickhorn 45ef0f3883 Add barebones structure for expression parser
The first  function prototypes  and bodies are there, the  concept has
been thought through already, now  the only  final missing part is the
implementation.
2024-09-06 00:16:05 +02:00
bootstrap Add barebones structure for expression parser 2024-09-06 00:16:05 +02:00
.gitignore Add root gitignore 2024-08-07 17:17:28 +02:00
README.md Initial Commit 2024-08-07 11:44:34 +02:00

README.md

Kyrie

Kyrie is a programming language that addresses the problem that many modern programming languages feel too restrictive to the programmer.

Many modern programming languages try to guide the developers which should normally know the nature and functionality of their code better.