Brandon Dyck b
b pushed to master at b/peachy-go 2024-11-17 01:22:04 +00:00
7aa3c4fb3f Get and set site name
beef4523c2 Set URL after loading database
Compare 2 commits »
b pushed to master at b/peachy-go 2024-11-05 23:36:25 +00:00
0bab92db02 Added readme
b pushed to master at b/peachy-go 2024-11-05 23:28:46 +00:00
cfe036636a Update Wails asset metadata
b pushed to master at b/peachy-go 2024-11-05 22:41:54 +00:00
994e432891 Add some menus
8888825844 Fix the missing favicon error
Compare 2 commits »
b pushed to master at b/peachy-go 2024-11-05 12:17:38 +00:00
90a87af526 Added Wails3/HTMX example GUI
b pushed to master at b/peachy-go 2024-11-01 22:32:13 +00:00
d99293dba1 Switch composite types for field types
b pushed to master at b/peachy-go 2024-10-31 19:18:34 +00:00
c6922d220a Create and get field types
b pushed to master at b/peachy-go 2024-10-30 21:23:04 +00:00
84f927b918 Added a simple sexp matcher
b pushed to master at b/gigaparsec 2024-10-17 22:02:36 +00:00
13d83e70ad Add missing SPDX headers
56536b04f6 Turn up Bind/Seq count and write a simple Bind benchmark
Compare 2 commits »
b pushed to master at b/gigaparsec 2024-10-17 14:57:52 +00:00
bc2f7aa911 Added Try tests
b pushed to master at b/gigaparsec 2024-10-16 19:52:19 +00:00
abef123f8a Removed unused Todo function
b pushed to master at b/gigaparsec 2024-10-16 19:50:20 +00:00
f3a37f5fb6 Test Regexp failure message
b pushed to master at b/gigaparsec 2024-10-16 19:32:30 +00:00
c22246b7de Added some Regexp tests
b pushed to master at b/gigaparsec 2024-10-16 17:58:23 +00:00
9c5e8fff0e Added Repeat tests
bfc9a9ae58 Test Repeat success and next state
Compare 2 commits »
b pushed to master at b/gigaparsec 2024-10-01 00:56:34 +00:00
59903ba151 Check source files for missing SPDX headers
b pushed to master at b/gigaparsec 2024-09-30 21:42:35 +00:00
6e572d2748 Document State methods
526e40323d Clarify and fix State's EOF behavior
c29be1a7b6 Re-added SliceReaderAt
Compare 3 commits »
b pushed to master at b/gigaparsec 2024-09-27 16:41:00 +00:00
5e6eafef64 Test Repeat success/failure
b pushed to master at b/gigaparsec 2024-09-27 15:43:10 +00:00
2d6f091e0b Update TODO
b pushed to master at b/gigaparsec 2024-09-27 15:39:31 +00:00
776b513c44 Return correct next state from Read
e6debbd7dc Improve MatchSlice test output
Compare 2 commits »
b pushed to master at b/gigaparsec 2024-09-27 15:30:06 +00:00
82ade62274 Combine Cursor with State