• Joined on 2024-07-03
lmika opened issue lmika/ucl#5 2024-09-19 00:57:37 +00:00
Running len on an embedded map is returning 0
lmika opened issue lmika/ucl#4 2024-09-08 05:40:41 +00:00
Write documentation
lmika commented on issue lmika/ucl#2 2024-09-06 23:59:22 +00:00
Build out strings module

Current progress:

  • strs:to-upper, strs:to-lower
  • strs:trim
  • strs:split
  • strs:join
lmika closed issue lmika/ucl#1 2024-09-06 23:38:42 +00:00
Build out builtins
lmika pushed to main at lmika/ucl 2024-09-06 23:38:07 +00:00
699ff18dab Merge pull request 'feature/issue-1: built out the core libraries' (#3) from feature/issue-1 into main
e187ff0194 issue-1: removed commented out code
1b4b1a339c issue-1: added tests for cat
08c645a70f issue-1: added and, or, and not
1169f82f7b issue-1: added add, sub, mup, div, and mod
Compare 9 commits »
lmika deleted branch feature/issue-1 from lmika/ucl 2024-09-06 23:38:07 +00:00
lmika merged pull request lmika/ucl#3 2024-09-06 23:38:05 +00:00
feature/issue-1: built out the core libraries
lmika pushed to feature/issue-1 at lmika/ucl 2024-09-06 23:36:26 +00:00
e187ff0194 issue-1: removed commented out code
lmika created pull request lmika/ucl#3 2024-09-06 23:32:17 +00:00
feature/issue-1: built out the core libraries
lmika pushed to feature/issue-1 at lmika/ucl 2024-09-06 23:30:47 +00:00
1b4b1a339c issue-1: added tests for cat
lmika pushed to feature/issue-1 at lmika/ucl 2024-09-06 23:14:41 +00:00
08c645a70f issue-1: added and, or, and not
lmika pushed to feature/issue-1 at lmika/ucl 2024-09-06 23:01:14 +00:00
1169f82f7b issue-1: added add, sub, mup, div, and mod
lmika pushed to feature/issue-1 at lmika/ucl 2024-09-06 10:55:39 +00:00
484631782e issue-1: Added str and int
efaf31c869 issue-1: added gt, ge, lt, le
Compare 2 commits »
lmika commented on issue lmika/ucl#1 2024-09-06 10:20:02 +00:00
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 -…
lmika commented on issue lmika/ucl#1 2024-09-05 12:01:46 +00:00
Build out builtins

Added eq and ne.

lmika created branch feature/issue-1 in lmika/ucl 2024-09-05 12:01:31 +00:00
lmika pushed to feature/issue-1 at lmika/ucl 2024-09-05 12:01:31 +00:00
d501a3af25 Added CI/CD for pushing to feature branch
c689814ba2 Completed 'eq' cases and added 'ne'
Compare 2 commits »
lmika opened issue lmika/ucl#2 2024-09-04 22:20:06 +00:00
Build out strings module
lmika opened issue lmika/ucl#1 2024-09-04 22:15:20 +00:00
Build out builtins
lmika pushed to main at lmika/ucl 2024-09-04 12:19:17 +00:00
db2c3fa5c4 Merge remote-tracking branch 'origin/main'
20ea8bac06 Added the seq builtin
Compare 2 commits »