feature/issue-1: built out the core libraries #3

Merged
lmika merged 8 commits from feature/issue-1 into main 2024-09-06 23:38:05 +00:00
Owner

Added the following core libraries:

  • eq - change to be strongly typed (values of different types should return false)
  • ne, gt, ge, lt, le
  • str, int
  • add, sub, mup, div, mod, cat
  • and, or, not
Added the following core libraries: - eq - change to be strongly typed (values of different types should return false) - ne, gt, ge, lt, le - str, int - add, sub, mup, div, mod, cat - and, or, not
lmika added 7 commits 2024-09-06 23:32:17 +00:00
Added CI/CD for pushing to feature branch
All checks were successful
Test / build (push) Successful in 43s
d501a3af25
issue-1: Added str and int
All checks were successful
Test / build (push) Successful in 43s
484631782e
issue-1: added add, sub, mup, div, and mod
All checks were successful
Test / build (push) Successful in 40s
1169f82f7b
issue-1: added and, or, and not
All checks were successful
Test / build (push) Successful in 38s
08c645a70f
issue-1: added tests for cat
All checks were successful
Test / build (push) Successful in 42s
1b4b1a339c
lmika added 1 commit 2024-09-06 23:36:27 +00:00
issue-1: removed commented out code
All checks were successful
Test / build (push) Successful in 38s
e187ff0194
lmika merged commit 699ff18dab into main 2024-09-06 23:38:05 +00:00
lmika deleted branch feature/issue-1 2024-09-06 23:38:05 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lmika/ucl#3
No description provided.