Palladium
Yet another programming language
Install / Use
/learn @pmqtt/PalladiumREADME
Palladium Language Development Project
Welcome to the Palladium Language Development Project, a collaborative effort to learn and build a programming language from scratch. Our goal is to explore every aspect of language design, from lexing and parsing to virtual machine execution and memory management.
This project is perfect for anyone who wants to dive deep into the internals of programming languages, virtual machines, and compilers.
Table of Contents
- What is Palladium?
- Current Features
- Getting Started
- How to Contribute
- Future Goals
- Contact and Collaboration
What is Palladium?
Palladium is not just a programming language—it’s a learning journey. By collaborating on Palladium, you'll gain hands-on experience with:
- Designing a lexer and parser.
- Implementing a virtual machine (VM).
- Managing memory allocation with advanced techniques.
- Exploring new language features and extending syntax.
Current Features
Lexer
- A fully functional lexer that can tokenize source code with support for arbitrary token lookahead.
- Easy to extend with new tokens and grammar rules.
Virtual Machine
- A stack-based virtual machine capable of executing custom instructions.
- Segmented memory management, allowing dynamic allocation of various block sizes.
- Native function integration for extending the language with external libraries.
Testing
- Comprehensive unit tests for memory management and instruction execution.
Getting Started
Prerequisites
- A C++20-compatible compiler (e.g., GCC, Clang).
- CMake (version 3.16 or higher).
Building the Project
git clone https://github.com/yourusername/palladium
cd palladium
cmake .
make
make test
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
13.8kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
000-main-rules
Project Context - Name: Interactive Developer Portfolio - Stack: Next.js (App Router), TypeScript, React, Tailwind CSS, Three.js - Architecture: Component-driven UI with a strict separation of conce
