Clinery1
My projects include things from bash scripts to a programming language (test_lang) written in @rust-lang
Pinned Repositories
asmGLFW
GLFW except with assembly
Clinery1.github.io
My website
cppl
A statically typed prototype-based object oriented language. Entirely a test to see if this is a useful feature.
dotfiles
A collection of my dotfiles
fish_prompt
My fish prompt (was originally all bash script)
nasm-lsp
A simple implementation of the Language Server Protocol for NASM
parser_helper
Helper traits and types for hand writing recursive ascent/descent parsers
simple_lisp
A simple lisp-like language I am experimenting with. Name is WIP
simple_lisp-tree-sitter
The tree-sitter grammar and queries for my simple_lisp language
snek
Snake game in godot 3.1.1
Clinery1's Repositories
Clinery1/cppl
A statically typed prototype-based object oriented language. Entirely a test to see if this is a useful feature.
Clinery1/ssd1681
Rust driver for the SSD1681 ePaper Display Driver
Clinery1/aoc_2022
Advent of Code 2022 solutions
Clinery1/Clinery1.github.io
My website
Clinery1/dotfiles
A collection of my dotfiles
Clinery1/fish_prompt
My fish prompt (was originally all bash script)
Clinery1/parser_helper
Helper traits and types for hand writing recursive ascent/descent parsers
Clinery1/simple_lisp
A simple lisp-like language I am experimenting with. Name is WIP
Clinery1/simple_lisp-tree-sitter
The tree-sitter grammar and queries for my simple_lisp language
Clinery1/asteroids
Actually asteroids this time
Clinery1/Clinery1
Clinery1/code_bootcamp_portfolio
Clinery1/continual_esolang
An esolang I have made that makes heavy usage of continuations
Clinery1/docbuilder
Parses a document and builds an HTML page from it.
Clinery1/docbuilder_website
A website to run a new version of docbuilder
Clinery1/eka
Eka-lang github page
Clinery1/happy-esolang
A slightly-more-useful version of Unhappy: https://esolangs.org/wiki/Unhappy
Clinery1/htsx
HTML, but with s-expressions instead of XML
Clinery1/jam0003
The Fūzzlebūt (pronounced like foozleboot) language.
Clinery1/jam0003-docs
Documentation for my Fūzzlebūt language.
Clinery1/jam0003-playground
A web playground for my Fūzzlebūt language
Clinery1/misc_utils
A few data types I have created to ease in development. Yes, I could have used other libraries, but these suit my needs.
Clinery1/nebulous.nvim
Minimalist Collection of Colorschemes Written in Lua
Clinery1/non_profit_app
Group 2's app for the coding bootcamp
Clinery1/regex_parser
A simple recursive descent parsing library using regex
Clinery1/resume
My resume. Designed in my own language: Docbuilder
Clinery1/s_expression_parser
An s-expression parser that I created
Clinery1/structural_s_expression_editor
An editor that edits s-expressions structurally.
Clinery1/teacher-trading-app
An application where teachers can go to trade supplies
Clinery1/tree-sitter-cppl
Tree-sitter syntax highlighting for CPPL