• Joined on 2024-07-03
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 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 created branch feature/issue-1 in lmika/ucl 2024-09-05 12:01:31 +00:00
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 »
lmika pushed to main at lmika/ucl 2024-09-01 23:18:03 +00:00
6cd3e9ff0f Merge remote-tracking branch 'github/main'
94cb920c51 Fixed a number of bugs
88417aba95 Added support for "opaque" return types
Compare 3 commits »
lmika pushed to main at lmika/ucl 2024-09-01 23:02:59 +00:00
27463f33c3 Updated code url
lmika pushed to main at actions/push-to-dokku 2024-07-13 01:42:53 +00:00
7999a86f58 Added a reference to needing Go
lmika pushed to main at actions/push-to-dokku 2024-07-13 01:41:35 +00:00
72607f2ee9 Added a bit of a readme
lmika pushed tag v1 to actions/push-to-dokku 2024-07-13 01:35:12 +00:00
lmika pushed to main at actions/push-to-dokku 2024-07-13 01:35:06 +00:00
9b06b8d7fb Fixed private key env var
1698a45416 Fixed bug in template
Compare 2 commits »
lmika deleted tag v1 from actions/push-to-dokku 2024-07-13 01:34:50 +00:00
lmika pushed tag v1 to actions/push-to-dokku 2024-07-13 01:23:55 +00:00