aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* remove preludeJohannes Stoelp2023-12-073-4/+6
* clippy: fix some clippy lintsJohannes Stoelp2023-12-071-2/+2
* examples: add new example demonstrating a simple VM with a jit compilerJohannes Stoelp2023-12-051-0/+697
* examples: add doc to existing examplesJohannes Stoelp2023-12-052-0/+13
* rt: extend runtime to allow adding multiple code blocksJohannes Stoelp2023-12-052-4/+4
* Added CALL and call extern fn exampleJohannes Stoelp2023-03-051-0/+30
* Updated doc commentsJohannes Stoelp2023-03-051-1/+1
* Add fibonacci exampleJohannes Stoelp2023-02-271-0/+73