cpp-tutor
Part-time mature computer science student with a strong interest in C++ and compiled languages
None
Pinned Repositories
abaci
Performance scripting language for natural coding based on LLVM toolchain
abaci0-literate
A Markdown-based literate program which implements an LLVM-based JIT compiler for a subset of the Abaci programming language
dbasic
Modern implementation of the original Dartmouth BASIC compilers in the D programming language
flex-bison-cpp
Two different ways of making C++ output from flex and bison interoperate
learnmoderncpp-articles
Sample code from blog posts on learnmoderncpp.com
learnmoderncpp-tutorial
Complete, working programs, plus Markdown sources, from the C++ tutorial hosted at learnmoderncpp.com
lox-gfx
Early port of the Lox scripting language to Arduino
loxcpp
Implementation of the Lox language in C++
pseudocode-compiler
A utility and CGI program which translates pseudocode to Javascript
WebSockets2_Generic
Fork to provide support for WebSockets on Arduino GIGA R1 WiFi. A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern WebSockets applications.
cpp-tutor's Repositories
cpp-tutor/learnmoderncpp-tutorial
Complete, working programs, plus Markdown sources, from the C++ tutorial hosted at learnmoderncpp.com
cpp-tutor/learnmoderncpp-articles
Sample code from blog posts on learnmoderncpp.com
cpp-tutor/flex-bison-cpp
Two different ways of making C++ output from flex and bison interoperate
cpp-tutor/dbasic
Modern implementation of the original Dartmouth BASIC compilers in the D programming language
cpp-tutor/abaci0-literate
A Markdown-based literate program which implements an LLVM-based JIT compiler for a subset of the Abaci programming language
cpp-tutor/pseudocode-compiler
A utility and CGI program which translates pseudocode to Javascript
cpp-tutor/WebSockets2_Generic
Fork to provide support for WebSockets on Arduino GIGA R1 WiFi. A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern WebSockets applications.
cpp-tutor/abaci
Performance scripting language for natural coding based on LLVM toolchain
cpp-tutor/lox-gfx
Early port of the Lox scripting language to Arduino
cpp-tutor/loxcpp
Implementation of the Lox language in C++
cpp-tutor/pforth
Port of pForth to Arduino GIGA R1 WiFi