Implemented print keyword and associated tests

This commit is contained in:
2024-10-07 12:13:06 +11:00
parent 956ebbeb28
commit ff13b5cf38
16 changed files with 346 additions and 60 deletions

View File

@@ -22,7 +22,11 @@ This repository holds the reference implementation for Toy version 2.x, written
# Syntax
*Coming Soon.*
```toy
print 42; //print is a built-in keyword
//more examples to be added as the features are implemented
```
# Building