A programming language written in C++ called Jynx
  • C++ 98.8%
  • Meson 1.2%
Find a file
2026-02-17 06:43:05 +00:00
examples change parser to parse statement at top level 2026-02-17 06:43:05 +00:00
include make stack variables use correct size 2026-02-16 10:16:34 +00:00
src change parser to parse statement at top level 2026-02-17 06:43:05 +00:00
subprojects implement parser 2025-09-01 04:06:21 +01:00
tests function overloads and improve register allocating 2026-02-16 09:46:46 +00:00
.clang-format started cpp rewrite 2025-08-24 03:26:40 +01:00
.gitignore start the big refactor 2026-02-05 19:25:55 +00: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 change executable name 2026-02-13 00:04:31 +00:00
README.md Update README 2025-10-07 05:14:56 +01:00
type function overloads and improve register allocating 2026-02-16 09:46:46 +00:00

Jynx Compiler

A compiler written in C++

Setup

meson setup build
meson compile -C build