Jesse Brault jessebrault
jessebrault pushed tag v0.1.1 to jessebrault/groowt 2025-02-16 03:04:56 +00:00
jessebrault pushed tag v0.1.2 to jessebrault/groowt 2025-02-16 03:04:56 +00:00
jessebrault pushed tag v0.1.3 to jessebrault/groowt 2025-02-16 03:04:56 +00:00
jessebrault pushed to main at jessebrault/groowt 2025-02-16 02:45:24 +00:00
0390d15fce Update Gradle to 8.12.1 and dependency updates. Tests passing.
jessebrault pushed to main at jessebrault/leet-code 2025-02-14 02:36:51 +00:00
4bcc8d238f Not the fastest solution, but a solution.
jessebrault pushed to main at jessebrault/leet-code 2025-02-11 23:27:55 +00:00
a8bcc6899c Update to use HashMap with chaining, cli args, and freeing all memory (no leaks).
jessebrault pushed to main at jessebrault/leet-code 2025-02-10 14:07:18 +00:00
2956811807 Fix whitespace typo.
jessebrault pushed to main at jessebrault/leet-code 2025-02-09 22:22:56 +00:00
ce97c38f1b Initial attempt at add-two-numbers.
jessebrault pushed to main at jessebrault/leet-code 2025-02-09 21:47:16 +00:00
a68f167d2f Fix typo in README.md.
jessebrault created branch main in jessebrault/leet-code 2025-02-09 21:46:43 +00:00
jessebrault pushed to main at jessebrault/leet-code 2025-02-09 21:46:43 +00:00
38afea4824 Initial commit.
jessebrault created repository jessebrault/leet-code 2025-02-09 21:46:26 +00:00
jessebrault pushed to main at jessebrault/deimos-lang 2025-02-06 15:48:40 +00:00
a1ceab9d8f Updated TODO with more ideas for how to namespace entities.
feb02f3349 Set up namespace declarations as desired.
Compare 2 commits »
jessebrault pushed to main at jessebrault/deimos-lang 2025-02-03 17:04:04 +00:00
1d3a1593ee Organized module source files.
3906374866 Removed yaml format for namespace declaration.
5c75b7ab82 Remove unused import.
Compare 3 commits »
jessebrault pushed to main at jessebrault/deimos-lang 2025-02-03 16:31:04 +00:00
36955295bc Add enough to AST building to parse current std lib.
d566fc046a Add ns.yaml metadata to std::core.
80c3aa9f19 Create dmc bin.
Compare 3 commits »
jessebrault pushed to main at jessebrault/deimos-lang 2025-01-31 20:40:52 +00:00
18551af61a More work upon AST building.
jessebrault pushed to main at jessebrault/deimos-lang 2025-01-31 00:37:44 +00:00
173ec3ab38 Merge remote-tracking branch 'origin/main'
040961ed67 Finally building an AST with Pest.
Compare 2 commits »
jessebrault pushed to main at jessebrault/deimos-lang 2025-01-29 17:20:40 +00:00
9ffcf68695 Some more http sketching.
114a16e1e8 More http sketching.
Compare 2 commits »
jessebrault pushed to main at jessebrault/groowt 2025-01-27 21:09:53 +00:00
9495849dc9 Update TODO with finished tasks for 0.1.3.
f6071909b6 Fix broken OutletTests, found and fixed bug with ancestor searching.
2b3cd3120c Add OutletContainer and check to renderer of Outlet.
369dc51779 Added hasAncestor and findNearestAncestor(Class) methods to ComponentContext.
148ced050b Move WithHtml to lib package.
Compare 5 commits »
jessebrault pushed to main at jessebrault/groowt 2025-01-27 13:02:07 +00:00
589bbca889 Update TODO with more 0.2.0 goals.