All Projects → Esbuild → Similar Projects or Alternatives

808 Open source projects that are alternatives of or similar to Esbuild

Yabfc
Yet Another Brainfuck Compiler; No dependencies and from the ground up
Stars: ✭ 269 (-99.08%)
Mutual labels:  compiler
Node Dependency Tree
Get the dependency tree of a module
Stars: ✭ 383 (-98.7%)
Mutual labels:  commonjs
Clang
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
Stars: ✭ 2,880 (-90.2%)
Mutual labels:  compiler
Flingos
An educational operating system written in C#. A great stepping stone from high to low level development.
Stars: ✭ 451 (-98.46%)
Mutual labels:  compiler
Smlvm
Smallrepo Virtual Machine
Stars: ✭ 265 (-99.1%)
Mutual labels:  compiler
Trunk
Build, bundle & ship your Rust WASM application to the web.
Stars: ✭ 378 (-98.71%)
Mutual labels:  compiler
Mint
🍃 A refreshing programming language for the front-end web.
Stars: ✭ 3,607 (-87.72%)
Mutual labels:  compiler
Opal
Ruby ♥︎ JavaScript
Stars: ✭ 4,552 (-84.5%)
Mutual labels:  compiler
Deepc
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
Stars: ✭ 260 (-99.11%)
Mutual labels:  compiler
Wax
A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
Stars: ✭ 373 (-98.73%)
Mutual labels:  compiler
Cone
Cone Programming Language
Stars: ✭ 257 (-99.13%)
Mutual labels:  compiler
Graphql Compiler
Turn complex GraphQL queries into optimized database queries.
Stars: ✭ 447 (-98.48%)
Mutual labels:  compiler
React Server Example Tsx
⚛️ Boilerplate for isomorphic web app with React server-side rendering in TypeScript
Stars: ✭ 256 (-99.13%)
Mutual labels:  jsx
Mini C
Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours
Stars: ✭ 372 (-98.73%)
Mutual labels:  compiler
Luago Book
《自己动手实现Lua》随书源代码
Stars: ✭ 514 (-98.25%)
Mutual labels:  compiler
Halide
a language for fast, portable data-parallel computation
Stars: ✭ 4,722 (-83.92%)
Mutual labels:  compiler
Perlito
"Perlito" Perl programming language compiler
Stars: ✭ 396 (-98.65%)
Mutual labels:  compiler
Lbforth
Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
Stars: ✭ 293 (-99%)
Mutual labels:  compiler
Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (-98.74%)
Mutual labels:  jsx
Scala Js
Scala.js, the Scala to JavaScript compiler
Stars: ✭ 4,249 (-85.53%)
Mutual labels:  compiler
Cingulata
Cingulata (pronounced "tchingulata") is a compiler toolchain and RTE for running C++ programs over encrypted data by means of fully homomorphic encryption techniques.
Stars: ✭ 369 (-98.74%)
Mutual labels:  compiler
Vue Vben Admin
A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
Stars: ✭ 8,036 (-72.64%)
Mutual labels:  tsx
11tyby
Simple 11ty setup using TypeScript, SASS, Preact with partial hydration, and other useful things. Aims to provide the DX of Gatsby, but using 11ty!
Stars: ✭ 38 (-99.87%)
Mutual labels:  jsx
Atomico
Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
Stars: ✭ 481 (-98.36%)
Mutual labels:  jsx
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (-99.67%)
Mutual labels:  jsx
Sericum
(Toy) Compiler Infrastructure influenced by LLVM written in Rust
Stars: ✭ 366 (-98.75%)
Mutual labels:  compiler
callbag-jsx
callbags + JSX: fast and tiny interactive web apps
Stars: ✭ 69 (-99.77%)
Mutual labels:  jsx
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (-98.51%)
Mutual labels:  compiler
zaku
[WIP] A JSX-based UI builder for auto generate code.
Stars: ✭ 68 (-99.77%)
Mutual labels:  jsx
Emoji
⭕〽️❗Awesome Omi 创意坊 - 如果你愿意,我希望未来是你和Omi~
Stars: ✭ 355 (-98.79%)
Mutual labels:  jsx
string-replace-to-array
Like Javascript's string.replace, but accepts and returns an array
Stars: ✭ 19 (-99.94%)
Mutual labels:  jsx
Jtransc
Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
Stars: ✭ 532 (-98.19%)
Mutual labels:  compiler
react-tabllist
React-based customizable style table or list components that support event and callback functions.
Stars: ✭ 20 (-99.93%)
Mutual labels:  jsx
Railt
⚡️ A PHP GraphQL Framework
Stars: ✭ 353 (-98.8%)
Mutual labels:  compiler
zaftig
~2kB css in js: z`display flex` // .zjsdkk43-1
Stars: ✭ 15 (-99.95%)
Mutual labels:  jsx
Enzyme
High-performance automatic differentiation of LLVM.
Stars: ✭ 418 (-98.58%)
Mutual labels:  compiler
React Element To Jsx String
Turn a ReactElement into the corresponding JSX string
Stars: ✭ 349 (-98.81%)
Mutual labels:  jsx
React Jsx Parser
A React component which can parse JSX and output rendered React Components.
Stars: ✭ 394 (-98.66%)
Mutual labels:  jsx
Datafun
Research on integrating datalog & lambda calculus via monotonicity types
Stars: ✭ 287 (-99.02%)
Mutual labels:  compiler
jsxmock
使用 JSX 来定义 Mock Server
Stars: ✭ 31 (-99.89%)
Mutual labels:  jsx
Language Babel
ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
Stars: ✭ 476 (-98.38%)
Mutual labels:  jsx
Bfc
An industrial-grade brainfuck compiler
Stars: ✭ 340 (-98.84%)
Mutual labels:  compiler
Tiny Compiler
A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example
Stars: ✭ 425 (-98.55%)
Mutual labels:  compiler
Finn
Dataflow compiler for QNN inference on FPGAs
Stars: ✭ 284 (-99.03%)
Mutual labels:  compiler
omi-docs
📃omil文档
Stars: ✭ 64 (-99.78%)
Mutual labels:  jsx
Passerine
A small extensible programming language designed for concise expression with little code.
Stars: ✭ 341 (-98.84%)
Mutual labels:  compiler
dirname-filename-esm
__dirname and __filename for ES Modules environment
Stars: ✭ 57 (-99.81%)
Mutual labels:  commonjs
Langcraft
Compiler from LLVM IR to Minecraft datapacks.
Stars: ✭ 495 (-98.31%)
Mutual labels:  compiler
webpack-demo
Introduction to Webpack 4
Stars: ✭ 26 (-99.91%)
Mutual labels:  module-bundler
Numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
Stars: ✭ 341 (-98.84%)
Mutual labels:  compiler
jsx2tag
Enable JSX for Template Literal Tags based projects.
Stars: ✭ 30 (-99.9%)
Mutual labels:  jsx
Ph7
An Embedded Implementation of PHP (C Library)
Stars: ✭ 422 (-98.56%)
Mutual labels:  compiler
Turboscript
Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Stars: ✭ 487 (-98.34%)
Mutual labels:  compiler
Cantonese
粤语编程语言.The Cantonese programming language.
Stars: ✭ 454 (-98.45%)
Mutual labels:  compiler
Firrtl
Flexible Intermediate Representation for RTL
Stars: ✭ 393 (-98.66%)
Mutual labels:  compiler
Express React Fullstack
Simple, Useful Full Stack Express and React Application
Stars: ✭ 286 (-99.03%)
Mutual labels:  jsx
Shecc
A self-hosting and educational C compiler
Stars: ✭ 286 (-99.03%)
Mutual labels:  compiler
Vue Drawer Layout
A simple DrawerLayout component for Vue.js.
Stars: ✭ 392 (-98.67%)
Mutual labels:  commonjs
C Compiler
C--compiler which implements LL(1)\LR(0)\SLR\LR(1) and semantic analysis and MIPS generate
Stars: ✭ 286 (-99.03%)
Mutual labels:  compiler
Rascal
The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
Stars: ✭ 284 (-99.03%)
Mutual labels:  compiler
121-180 of 808 similar projects