Pinned Repositories
babel
🐠 Babel is a compiler for writing next generation JavaScript.
babel-howto-2015
Several example node modules to demonstrate Babel usage.
babel-plugin-transform-builtin-extend
A plugin for Babel 6 supports extending from builtin types based on static analysis.
babel-plugin-transform-decorators-legacy
A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5
breakout
Game I wrote when learning C++ and OpenGL
gensync
Allows users to use generators in order to write common functions that can be both sync or async.
imap-js
An IMAP client for NodeJS written in Javascript and C
jsparse-rs
A partially-implemented JS parser I wrote as an experiment with Rust
mpris-songbird
Songbird Extension to add support for the MPRIS media player communication/control protocol
pinball
Batman themed Python pinball game in OpenGL
loganfsmyth's Repositories
loganfsmyth/babel-plugin-transform-decorators-legacy
A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5
loganfsmyth/babel-plugin-transform-builtin-extend
A plugin for Babel 6 supports extending from builtin types based on static analysis.
loganfsmyth/gensync
Allows users to use generators in order to write common functions that can be both sync or async.
loganfsmyth/jsparse-rs
A partially-implemented JS parser I wrote as an experiment with Rust
loganfsmyth/__bug-flow-react-redux-connect
small reproduction of a Flow bug I ran into
loganfsmyth/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
loganfsmyth/__slow-html-server
Just a tiny example repo to test loading an HTML page slowly
loganfsmyth/babel
Babel is a compiler for writing next generation JavaScript.
loganfsmyth/babel-eslint
:tokyo_tower: A wrapper for Babel's parser used for ESLint (renamed to @babel/eslint-parser)
loganfsmyth/babel-loader
Webpack plugin for babel
loganfsmyth/babel-website
loganfsmyth/babelify
Browserify transform for Babel
loganfsmyth/debugger.html
The Firefox debugger that works anywhere :boom:
loganfsmyth/devtools-core
:rocket: Packages for Firefox DevTools
loganfsmyth/ecma262
Status, process, and documents for ECMA262
loganfsmyth/eslint-plugin-import
ESLint plugin with rules that help validate proper imports.
loganfsmyth/graphql-ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
loganfsmyth/gulp-babel
Gulp plugin for Babel
loganfsmyth/mapping-high-level-constructs-to-llvm-ir
A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.
loganfsmyth/next.js
Framework for server-rendered or statically-exported React apps
loganfsmyth/opentelemetry-specification
Specifications for OpenTelemetry
loganfsmyth/parse-script-tags
loganfsmyth/polymer3-webpack-starter
Polymer 3 starter built with Vaadin components and Vaadin.Router library, using webpack and modern tools
loganfsmyth/q
A tool for making and composing asynchronous promises in JavaScript
loganfsmyth/recordreplay-devtools
Web app with developer tools built on the Record Replay Protocol
loganfsmyth/recordreplay-gecko-dev
Record Replay gecko based browser source
loganfsmyth/recordreplay-protocol
Definition of the Record Replay Protocol
loganfsmyth/regenerator
Source transformer enabling ECMAScript 6 generator functions in JavaScript-of-today.
loganfsmyth/source-map
Consume and generate source maps.
loganfsmyth/sourcemap-validator
Map all the things, validate all the maps