feature/issue-1: built out the core libraries
Build out builtins
Current progress:
- eq, ne
- gt, ge, lt, le
- str - convert value to a string
- int - convert value to an int
- add, sub, mup, div, mod - integer functions
- cat -…
d501a3af25
Added CI/CD for pushing to feature branch
c689814ba2
Completed 'eq' cases and added 'ne'
db2c3fa5c4
Merge remote-tracking branch 'origin/main'
20ea8bac06
Added the seq builtin
6cd3e9ff0f
Merge remote-tracking branch 'github/main'
94cb920c51
Fixed a number of bugs
88417aba95
Added support for "opaque" return types