Pinned Repositories
A-Star-Pathfinding
C++ Implementation of the A Star Pathfinding Algorithm with a visualization tool.
argparse-cpp
Argument Parser in C++ inspired by python's argparse module
bump-arena
Very simple arena allocator with bump strategy
byte-pair-encoding
Byte Pair Encoding algorithm
dead-lang
My programming language written in C++20 that transpiles to C
DeadOS
32-bit Operating System for target architecture i386 in C++20.
petals
Simple interpreted programming language written in C
pre-commit-cmake
pre-commit hook for cmake projects
rack
Reverse Polish Notation Stack Based Programming Language
tmdc
Tiny Markdown Compiler in Rust.
dead-tech's Repositories
dead-tech/DeadOS
32-bit Operating System for target architecture i386 in C++20.
dead-tech/rack
Reverse Polish Notation Stack Based Programming Language
dead-tech/A-Star-Pathfinding
C++ Implementation of the A Star Pathfinding Algorithm with a visualization tool.
dead-tech/argparse-cpp
Argument Parser in C++ inspired by python's argparse module
dead-tech/dead-lang
My programming language written in C++20 that transpiles to C
dead-tech/bump-arena
Very simple arena allocator with bump strategy
dead-tech/byte-pair-encoding
Byte Pair Encoding algorithm
dead-tech/compiler-explorer
Run compilers interactively from your web browser and interact with the assembly
dead-tech/cpp-project
My personal template for new C++ projects.
dead-tech/dotfiles
My personal dotfiles
dead-tech/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
dead-tech/petals
Simple interpreted programming language written in C
dead-tech/pre-commit-cmake
pre-commit hook for cmake projects
dead-tech/tmdc
Tiny Markdown Compiler in Rust.
dead-tech/i2c
Library for I2C protocol
dead-tech/ppm-viewer
PPM Terminal Viewer
dead-tech/quaero
find command replacement
dead-tech/tek
Interpreter created following Crafting Interpreters book
dead-tech/zigws
Simple Web Socket Library for Zig