openfirmware
Paw-cURLImporter
openfirmware | Paw-cURLImporter | |
---|---|---|
4 | 1 | |
62 | 24 | |
- | - | |
0.0 | 10.0 | |
over 2 years ago | almost 6 years ago | |
Forth | JavaScript | |
- | MIT 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.
openfirmware
- WAForth (WASM-based ANS Forth) supports interactive "notebooks" in VSCode
- Peter Forth's Toxic Behavior
-
Convert curl commands to code in several languages
>I find, only pointfree notation has some beauty to it that makes reading code sweet again.
I haven't written FORTH code in ages, but I still enjoy reading well written FORTH code for its pure literary pleasure!
https://github.com/MitchBradley/openfirmware/blob/master/for...
-
XiangShan open-source 64-bit RISC-V processor to rival Arm Cortex-A76
As a SPARC and PowerPC guy, of course I wish the foundation would settle on IEEE-1275 (a.k.a. OpenFirmware) as the default firmware/bootloader, but I'm not holding my breath. Full implementation available, it just needs the Forth interpreter ported to RISC-V and maybe some additional drivers.
Paw-cURLImporter
-
Convert curl commands to code in several languages
All 3 of these are linked to under "Related Tools".
Those projects use a pretty basic tokenizer
https://github.com/luckymarmot/Paw-cURLImporter/blob/master/...
Insomnia and Postman use commander.js for their bash parsing which looks like it just splits on space:
https://github.com/tj/commander.js/blob/02a124c7d58dbae2ef11...
and only support a few of curl's options. Curlconverter uses tree-sitter's Bash grammar https://github.com/tree-sitter/tree-sitter-bash/ and tries to at least correctly discard all of curl's options and any options that curl used to have.
What are some alternatives?
curl-to-go - Convert curl commands to Go code in your browser
curl-to-php - Convert curl commands to PHP code in your browser
blog
curlconverter - Transpile curl commands into Python, JavaScript and 27 other languages
rosso - Data parsers and formatters
waforth - Small but complete dynamic Forth Interpreter/Compiler for and in WebAssembly
gencurl - gencurl generates a curl command based on an http.Request to be used for logging and debugging