From 41fc9604b4475767bc87befad8407bbf148595f0 Mon Sep 17 00:00:00 2001 From: Conrad Sollitt <57777521+ConradSollitt@users.noreply.github.com> Date: Fri, 28 Feb 2020 14:08:42 -0800 Subject: [PATCH] Add DataFormsJS JSX Loader Please fill in this template: - [x] Use a meaningful title for the pull request. Include the name of the resource added. - [x] Add a short sentence on why do you think the resource you're adding is awesome! An ultra-fast and tiny (5.2 kB) browser based compiler for JSX / React which makes it easy to compile JSX to JS on any web page. - [x] Make sure your addition maintains the alphabtical order of the list. - [x] Make sure your addition contains a description besides the link. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13f7986..9318fed 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ _This section aims at listing code projects of Compilers, Interpreters, Translat * [Babel.js](https://github.com/babel/babel) - Next-generation JavaScript Compiler. * [BOLT](https://github.com/facebookincubator/BOLT) - Binary Optimization and Layout Tool. * [ChezScheme's Compiler](https://github.com/cisco/ChezScheme) - ChezScheme Language Compiler. + * [DataFormJS JSX Loader](https://github.com/dataformsjs/dataformsjs/blob/master/docs/jsx-loader.md) - Small JavaScript Compiler for quickly converting JSX to JS directly on a web page. * [ELENA Compiler](https://github.com/ELENA-LANG/elena-lang) - Elena programming language. * [Eta' Compiler](https://github.com/typelead/eta) - JVM-based Compiler for the Eta Programming Language. * [Frege's Compiler](https://github.com/Frege/frege) - JVM-based Compiler for the Frege Programming Language.