Camden Dixie O'Brien cdo
  • Joined on 2023-09-09
cdo pushed to main at cdo/imp 2025-08-10 20:21:15 +00:00
426d270318 Create car, cdr and assign AM operations
eaef6f3cd3 Add register parameters to AM append operation
76efcef953 Add register parameter to AM stack operations
57c39fd00b Make AM registers into an array
52a42d2937 Add integration tests for nested arithmetic
Compare 8 commits »
cdo pushed to main at cdo/imp 2025-08-10 16:29:01 +00:00
6077cf571d Create demo application
9df53c63c5 Create REPL module
5c585ad35c Add integration tests
e25975e29d Create read module
d90f91cda0 Create print module
Compare 11 commits »
cdo pushed to main at cdo/imp 2025-08-10 01:12:39 +00:00
fade9395fa Create environment module
a03ef58eca Implement parsing
f97cea9290 Add minimal abstract machine module
e50fd10f9b Disable memset/memcpy messages from Clang-Tidy
f41d3a949c Create simple, bump allocator store
Compare 10 commits »
cdo created branch main in cdo/imp 2025-08-10 01:12:39 +00:00
cdo created repository cdo/imp 2025-08-10 01:12:12 +00:00
cdo pushed to main at cdo/ham 2025-05-30 15:36:51 +00:00
4c737ab7b4 Update package export list
cdo pushed to main at cdo/ham 2025-05-30 14:44:07 +00:00
f4a538dc51 Specify SBCL requirement in README
f05af1bbbb Integrate Maxima build into ASDF configuration
Compare 2 commits »
cdo pushed to main at cdo/ham 2025-05-29 16:58:56 +00:00
d2c9ff77f6 Avoid using already-updated values in update
cdo pushed to main at cdo/ham 2025-05-29 00:16:23 +00:00
76a61e4477 Untabify sources
cdo pushed to main at cdo/ham 2025-05-29 00:14:42 +00:00
d035c62bdb Write a README
b1eed4b019 Create define-system macro
26d92f7d5d Start simulation on instance initialisation
816b39e11f Re-jig simulation class to use generic functions
6b4652d5dd Integrate maxima into lisp code to generate update code
Compare 10 commits »
cdo created branch main in cdo/ham 2025-05-29 00:14:42 +00:00
cdo created repository cdo/ham 2025-05-29 00:12:51 +00:00
cdo pushed to main at cdo/cart-and-pole 2025-05-24 16:32:30 +00:00
54c6e761f0 Make the pendulum mass bigger and increase max force
4cb0bbcb41 Add README
632d8a4cca Add license
284c12a695 Handle keys to change position setpoint and perturb angle
9d31085e80 Add additional PD controller for cart position
cdo created branch main in cdo/cart-and-pole 2025-05-24 16:32:30 +00:00
cdo created repository cdo/cart-and-pole 2025-05-24 09:44:56 +00:00
cdo pushed to main at cdo/minesweeper-bot 2025-03-22 13:34:21 +00:00
deec140a3b Show known-safe tiles in print()
a4402c0975 Fill tiles in search if same in both branches
c5687d5b06 Use queue for tiles to probe
5b20a3e97b Make macro for looping through adjacent tiles
7156efc99c Add simple contradiction-driven search mechanism
Compare 24 commits »
cdo pushed to main at cdo/minesweeper-bot 2025-03-22 13:32:48 +00:00
d14677339d Show known-safe tiles in print()
120d393f12 Fill tiles in search if same in both branches
dd3cabf11b Use queue for tiles to probe
78779c74de Make macro for looping through adjacent tiles
168cdd8e8e Add simple contradiction-driven search mechanism
Compare 10 commits »
cdo created branch main in cdo/minesweeper-bot 2025-03-22 13:32:48 +00:00
cdo created repository cdo/minesweeper-bot 2025-03-22 13:32:21 +00:00
cdo pushed to main at cdo/study-system 2025-03-03 11:18:06 +00:00
c8f2dbaadc Use COUNT member in enums