Pinned Repositories
bovinus
Parser generator tool
librest-oauth-proxy
Adding OAuthProxy to librest
libsocialweb-flickr-oauth
Implements OAuth support for flickr proxy
parsian
PHP Library to support parser implementation
ThomasBollmeier's Repositories
ThomasBollmeier/umbralux
A ray tracer inspired by Jamis Buck's "The Ray Tracer Challenge"
ThomasBollmeier/100AlgorithmsChallenge
ThomasBollmeier/advent-of-code-2023
My solutions to Advent of Code 2023
ThomasBollmeier/alteraparser
Yet another parser library
ThomasBollmeier/boli-python
B(olles) O(wn) L(isp) I(mplementation)
ThomasBollmeier/boli-rust
(B)ollmeier's (O)wn (L)isp (I)mplementation - My Toy Language in Rust
ThomasBollmeier/Code-the-Classics-Vol1
Assets from Code the Classics Volume 1
ThomasBollmeier/compiling-to-assembly
Coding along with "Compiling to Assembly from Scratch" by Vladimir Keleshev
ThomasBollmeier/cpp20-for-lazy-programmers
Source Code for 'C++20 for Lazy Programmers' by Will Briggs
ThomasBollmeier/dyn-prog-rust
Dynamic Programming with Rust
ThomasBollmeier/github-final-project
Final Github Project
ThomasBollmeier/go-boli
(B)ollmeier's (O)wn (L)isp (I)mplementation - My Toy Language in Go
ThomasBollmeier/goccshell
Go Solution to Coding Challenges Shell
ThomasBollmeier/grammarous
A simple parser combinator library
ThomasBollmeier/guessinggame
A guessing game project from the coursera course "The Unix Workbench"
ThomasBollmeier/intro-compiler-design
My code for implementing a compiler from "Introduction to Compiler Design" by John I. Moore
ThomasBollmeier/lisp-rs
Fork of vishpat/lisp-rs
ThomasBollmeier/lmc
My implementation of the Little Man Computer (https://en.wikipedia.org/wiki/Little_man_computer)
ThomasBollmeier/m3l2_forking_lab
ThomasBollmeier/mapping-data
Coursera Lesson 2: Mapping Data to Python
ThomasBollmeier/nonogramix
Yet another nonogram solver
ThomasBollmeier/relox
VM and compiler for the Lox programming language (http://craftinginterpreters.com) implemented in Rust
ThomasBollmeier/rlox
VM and compiler for the Lox programming language (http://craftinginterpreters.com) implemented in Rust
ThomasBollmeier/rust-solutions
My solutions for "Command-Line-Rust" by Ken Youens-Clark
ThomasBollmeier/schablonesk
A template engine
ThomasBollmeier/sorting-and-searching
Algorithm Projects with Rust: Sorting and Searching
ThomasBollmeier/sudokia
My Sudoku Game
ThomasBollmeier/testrepo
A repo for test purposes
ThomasBollmeier/UdemyCpp_Template
ThomasBollmeier/writing-a-c-compiler
Writing a C compiler