Skip to content
#

linux64

Here are 6 public repositories matching this topic...

Language: All
Filter by language
Metamorf

A unified compiler-construction meta-language designed to define and build programming languages within a single .mor file. By describing tokens, grammar rules, semantic analysis, and code generation in one place, developers can produce native Win64 or Linux64 binaries via a built-in Zig/Clang pipeline.

  • Updated Apr 13, 2026
  • Pascal
LangVM

LangVM is a Turing-complete language workbench for rapidly building custom programming languages. Using `.lvm` scripts, developers define lexing, Pratt parsing, semantics, MIR, and code generation without recompiling. It can run standalone or embedded in Delphi, enabling fast iteration and native, cross-platform language development.

  • Updated Aug 23, 2026
  • Pascal
NitroLISP

NitroLISP is a statically typed Lisp dialect that compiles into modern C++23 to produce high-performance native executables. It utilizes a minimal compiler core that is expanded through a powerful macro system and a standard prelude written in the language itself. Designed for seamless C++ interop.

  • Updated Jul 1, 2026

Add this topic to your repo

To associate your repository with the linux64 topic, visit your repo's landing page and select "manage topics."

Learn more