babel-handbook
picoc
babel-handbook | picoc | |
---|---|---|
7 | 10 | |
12,011 | 355 | |
- | - | |
0.0 | 0.0 | |
3 months ago | over 2 years ago | |
C | ||
Creative Commons Attribution 4.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
babel-handbook
-
Abstract Syntax Trees and Practical Applications in JavaScript
For more information about building Babel plugins, check the Kent's Babel Handbook or this awesome Babel handbook by Jamie.
- babel-handbook: A guided handbook on how to use Babel and how to create plugins for Babel.
-
Getting Started With Babel - Transpiling Javascript
Babel does this by compiling down JavaScript code written with the latest standards into a version that will work everywhere today. This process is known as source-to-source compiling, also known as transpiring. Source: Jamie Kyle
-
11 JavaScript Examples to Source Code That Reveal Design Patterns In Use
I'll be honest, my approach to getting used to working with ASTs is a bit weird, but it worked for me. For some reason the thought of working with the TypeScript AST sounds really attractive to me. I'm sure most people recommend to start deep diving into babel first before getting used to working with an AST with the TypeScript compiler, but I started it the other way around. There is a great library called ts-morph that focuses on making it easier for developers to work with the TypeScript compiler. Learning hands on with ts-morph while getting used to their compiler api made babel much easier to understand without ever touching babel.
-
A tale of knowledge building
Those videos gave me a base for the task but I needed more sources to achieve it, so I read a lot of source code for other libraries built with babel-plugin-macros, read the plugin's authoring documentation and Jamie Kyle's Babel Handbook.
-
How to create your own language that compile to JavaScript
If you want to learn more about parsing, reading the code of an actual recursive parser might be a better idea. Esprima is a decent place to start if you're interested in JS grammar. Then you can look at the babel handbook to learn more about AST transformations. From there, the literature gets quite a bit more heavy. If you get this far and are willing to push further, you'll probably want to grab yourself a copy of the dragon book at a minimum.
-
Revealing the magic of AST by writing babel plugins
Babel handbook
picoc
- Can I load board operations from text file as part of boot.
-
dont want online ones
and picoc, but it also features interactive shell
- Python interpreter
-
Make repo
I would like to try this C REPL: https://github.com/jpoirier/picoc
-
why can't you compile an interpreted language?
You can. People have written an interpreter for C, and you could write a compiler for Python.
-
Where to learn csh?
Yeah, I would not choose to learn the C-shell simply because it shares a letter with the compiled language. You might be better served learning Pike or PicoC.
- How to create your own language that compile to JavaScript
-
What is the difference between VM based languages and those without VM?
But don't get caught up in the VM definition, the whole act of compiling to VM bytecode and then to native is just another step in the chain. For example here is a C interpreter that lets you do the same thing, without intermediate bytecode.
-
Replacing let with const – Even when it feels impossible
Can we please cut the bullshit. By that logic no language is compiled. Because behold, a C interpreter: https://github.com/jpoirier/picoc
-
[Education] How important is knowing how to code in the field of statistics ?
Languages can have a compiler, an interpreter, or both. Just because a language is commonly thought of as 'compiled' doesn't mean you can't write an interpreter for it, or vice versa. There's even C interpreters for crying out loud https://github.com/jpoirier/picoc .
What are some alternatives?
esprima - ECMAScript parsing infrastructure for multipurpose analysis
eslint-plugin-unicorn - More than 100 powerful ESLint rules
super-expressive - 🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language
eslint-plugin-github - An opinionated collection of ESLint rules used by GitHub.
babel-plugin-macros - 🎣 Allows you to build simple compile-time libraries
estree - The ESTree Spec
proposal-observable - Observables for ECMAScript
super-expressive.macro - 🎣 A macro to generate Regular Expressions (RegExp) at build-time with super-expressive.
clauf - A C interpreter developed live on YouTube
spotify-web-api-node - A Node.js wrapper for Spotify's Web API.
fp-ts - Functional programming in TypeScript