Skip to content

Commit

Permalink
update readme and remove canoscript
Browse files Browse the repository at this point in the history
  • Loading branch information
CobbCoding1 committed Apr 10, 2024
1 parent 403a68f commit 40de7fd
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 4,205 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TIM - Titanium Virtual Machine

CanoScript is now in its own [repo](https://www.github.com/CobbCoding1/canoscript)

Implementation of a virtual machine in C.

VM currently has 45 instructions as well as a some native functions. List can be found in tim.h.
Expand All @@ -22,3 +24,4 @@ get_str 0 ; Index of the string on the data stack
push STDOUT
write ; length is inferred because the string is null-terminated
```

38 changes: 0 additions & 38 deletions canoscript/Makefile

This file was deleted.

119 changes: 0 additions & 119 deletions canoscript/src/arena.h

This file was deleted.

Loading

0 comments on commit 40de7fd

Please sign in to comment.