A programming language written in C++ called Jynx
Find a file
2025-11-25 10:41:29 +00:00
examples Parse classes 2025-11-05 21:42:26 +00:00
include Parse classes 2025-11-05 21:42:26 +00:00
src methoddecl tree transformer 2025-11-25 10:41:29 +00:00
subprojects implement parser 2025-09-01 04:06:21 +01:00
tests implement parser 2025-09-01 04:06:21 +01:00
.clang-format started cpp rewrite 2025-08-24 03:26:40 +01:00
.gitignore clean up debug logging 2025-10-09 22:36:46 +01:00
Doxyfile forgor some files 💀 2025-10-06 05:07:24 +01:00
grammar.md while loops done, fuck strings 2025-10-28 09:10:36 +00:00
LICENSE Initial commit 2023-11-28 07:29:08 +00:00
meson.build basic code gen working 2025-10-06 05:05:18 +01:00
README.md Update README 2025-10-07 05:14:56 +01:00

Jynx Compiler

A compiler written in C++

Setup

meson setup build
meson compile -C build