-
## Syntax
### Minimal
* Transfer
* cons/discard
* copy/move
* halibut/pick
* Aritmetic and Logic
* add/sub/mul/div/mod/divmod/neg
* and/or/not/
* gt/lt/ge/le
* eq/ne
* …
-
I've notices that many of the Hello World programs don't run or aren't of high quality code, so I've created a list of languages that can check the boxes when the language is either fixed or checked.
…
-
List of languages. Pick one you like and open a PR. Make sure you've read [CONTRIBUTING.md](https://github.com/knightking100/hello-worlds/blob/master/CONTRIBUTING.md#how-to-contribute)
You can also…
-
Hi folks,
I was curious how many low level words do you need to build forth. So I took [sod32](https://lennartb.home.xs4all.nl/sod32.tar.gz) by Lennart Benschop which uses 32 low level words and st…
-
https://github.com/purisc-group/purisc/wiki#compiler mentions:
"We decided it would be easier to write our own backend ourselves which would parse the IR assembly file Clang generated and convert it …