If you aren't already following @evilmartians you really should. They produce some really amazing #FOSS, especially for #RubyLang. If you haven't used their #RubyNext #transpiler or polyfills with older Rubies you're really missing out!
#foss #rubylang #rubynext #transpiler
It's alive!🎉
I've built a #transpiler in #Rust, compiled it to #WASM and integrated it into a #Vue app! :awesome:
It's called selecuery.✨
It can transpile X++ select statements into query expressions. If you think "X++" is a typo and you don't have any idea of what I'm talking about, don't worry.😄
Have a look at the video below.
This project is dear to my heart! ❤️ I've started it 2019 for learning #RustLang.
I think, I've been transpiled during this project as well.🤪
#transpiler #Rust #WASM #vue #rustlang #compiler #magic
Urgh, #Rust + #WASM + #Vue is such a dream stack! ✨ 💖
Stay tuned for some magic in the next few days... 🤞
#RustLang #VueJS #WebAssembly #Transpiler(:awesome:)
#Rust #WASM #vue #rustlang #VueJS #WebAssembly #transpiler
@wilfredh Super cool stuff! 🤓
@musicmatze I've used nom for a #transpiler once. It's a great library.
However, if I could decide today, I'd probably use #chomsky by @jsbarretto
It has really great error recovery!
Parsing and grammars are such an interesting topic! 🤓
I can highly recommend the following resource. Such a treasure!
Maybe start with this article:
A #Guide to #Parsing: #Algorithms and Terminology
#algorithms #parsing #guide #chomsky #transpiler
So, for whatever reason, you want to evaluate JavaScript in Go?
Say no more fam »
Meet Otto: the JavaScript Interpreter in Go
https://github.com/robertkrimen/otto
#javascript #interpreter #transpiler #libraries #tools #go
So, for whatever reason, you want to evaluate JavaScript in Go?
Say no more fam »
Meet Otto: the JavaScript Interpreter in Go
https://github.com/robertkrimen/otto
#javascript #interpreter #transpiler #libraries #tools #go
Video to see how the GDScript Transpiler works:
https://piped.garudalinux.org/watch?v=T5nTZeSKRWU
#godotengine #madewithgodot #python #transpiler #gdscript
#gdscript #transpiler #python #madewithgodot #godotengine
I’m accidentally writing a compiler again
Do you have a insatiable desire to generate TypeScript types from Go structs?
Say no more fam.
meet Tygo » https://github.com/gzuidhof/tygo
#transpiler #types #converters #typescript #go #tools
Do you have a insatiable desire to generate TypeScript types from Go structs?
Say no more fam.
meet Tygo » https://github.com/gzuidhof/tygo
#transpiler #types #converters #typescript #go #tools
@plexus
There's a #Clojure #transpiler that can target #Rust: https://github.com/echeran/kalai
Embarking on a new #programming journey: #functionalprogramming with #purescript.
A bit sceptical as it's a #javascript #transpiler and I loathe JavaScript a bit - but willing to give it a try.
And if functional programming made me think more mathematically correct and precise, that'd be an absolute win.
#programming #functionalprogramming #purescript #javascript #transpiler
anybody uses/used this one? Thoughts?
https://github.com/eratosthenesia/lispc
#lisp #c #lispc #transpiler #transcompiler
#lisp #c #lispc #transpiler #transcompiler
swc –speedy web compiler– a super-fast alternative for babel, https://github.com/swc-project/swc.
It’s 16x faster than Babel, or 20x faster with SIMD enabled.
The project is in 1.0.0-alpha. Crazy compatibility!
#javascript #transpiler #babel #rustlang