• Joined on 2024-07-03
lmika pushed to main at pkg/litemigrate 2024-11-06 22:17:04 +00:00
4b97028908 Renamed package to litemigrate and removed blogging-tools dependency
lmika pushed to main at lmika/ucl 2024-10-22 00:17:27 +00:00
9b3b8287fa Added strs:has-suffix
lmika pushed to main at lmika/ucl 2024-10-21 22:14:53 +00:00
c4e4a0977b Added strs:split
lmika pushed to main at lmika/ucl 2024-10-21 11:00:29 +00:00
2f54a9311e Finished implementing try catch
lmika pushed to main at lmika/ucl 2024-10-21 10:01:51 +00:00
5b913266e9 Merge pull request 'issue-2: added some more string functions' (#6) from feature/issue-2 into main
504106b5ef issue-2: fixed trim function
03f17af97d issue-2: added some more string functions
Compare 3 commits »
lmika merged pull request lmika/ucl#6 2024-10-21 10:01:49 +00:00
issue-2: added some more string functions
lmika pushed to feature/issue-2 at lmika/ucl 2024-10-21 10:00:10 +00:00
504106b5ef issue-2: fixed trim function
lmika created pull request lmika/ucl#6 2024-10-21 09:58:15 +00:00
issue-2: added some more string functions
lmika created branch feature/issue-2 in lmika/ucl 2024-10-21 09:57:51 +00:00
lmika pushed to feature/issue-2 at lmika/ucl 2024-10-21 09:57:51 +00:00
03f17af97d issue-2: added some more string functions
lmika pushed to main at lmika/ucl 2024-10-21 04:21:48 +00:00
bb78a39cdb Started working on 'try' statement
lmika pushed to main at pkg/litemigrate 2024-09-27 23:34:43 +00:00
015a331bc3 Fixed unit tests
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