|
|
6b7dfce2f3
|
generate: Add option flag to Field struct
|
2025-10-15 18:17:06 -04:00 |
|
|
|
17201a4c48
|
generate: Add option token to lexer
|
2025-10-15 18:16:49 -04:00 |
|
|
|
50ca98f3c6
|
design: Document option type
|
2025-10-15 18:15:07 -04:00 |
|
|
|
77a4d7893f
|
tape: Implement option type in the dynamic system
|
2025-10-15 17:19:07 -04:00 |
|
|
|
7bebc8c5eb
|
internal/testutil: Add functions to dump printable chars
|
2025-10-15 17:18:00 -04:00 |
|
|
|
70fb106b48
|
Turn Option type into an alias
|
2025-10-15 12:37:46 -04:00 |
|
|
|
6b9db4c2a1
|
Upgrade go to v1.24
|
2025-10-15 11:37:27 -04:00 |
|
|
|
fbb68e6ff7
|
Add syntax highlighting for microo
|
2025-10-15 01:22:41 -04:00 |
|
|
|
4ae7f4681e
|
cmd/hopp-generate: Print file name instead of random pointer
|
2025-10-15 01:22:24 -04:00 |
|
|
|
892a2f2554
|
Merge pull request 'add-bool' (#22) from add-bool into main
Reviewed-on: #22
|
2025-10-14 23:19:13 -06:00 |
|
|
|
0ac26711ac
|
tape: Fix crash when decoding a bool sometimes
|
2025-10-15 01:16:03 -04:00 |
|
|
|
8446ae6186
|
tape: Implement bools in dymanic system
|
2025-10-15 01:07:51 -04:00 |
|
|
|
c511ebcb15
|
tape: Add bools to tests
|
2025-10-15 01:07:39 -04:00 |
|
|
|
00b0f13d3e
|
generate: Implement bool in static system
|
2025-10-15 00:58:14 -04:00 |
|
|
|
13d35e54f5
|
generate: Include bool in tests
|
2025-10-15 00:58:00 -04:00 |
|
|
|
770f6b05b4
|
generate: Parse Bool type
|
2025-10-15 00:31:54 -04:00 |
|
|
|
2ee954e18f
|
generate: Add bool data structure
|
2025-10-15 00:31:30 -04:00 |
|
|
|
cdfccb0f1c
|
design: Add Bool type
|
2025-10-14 23:17:59 -04:00 |
|
|
|
5d5d3fd31c
|
generate: Emit doc comments (in theory)
|
2025-10-13 17:29:27 -04:00 |
|
|
|
190a89fbb3
|
generate: Parse doc comments
|
2025-10-13 16:16:57 -04:00 |
|
|
|
e991b5af67
|
generate: Add comments to protocol data structures, tests
|
2025-10-13 14:15:59 -04:00 |
|
|
|
5a3d0e19ea
|
generate: Add comments to lexer
|
2025-10-13 14:00:48 -04:00 |
|
|
|
fbc55534f6
|
design: Add comments to the language spec
|
2025-10-13 13:42:11 -04:00 |
|
|
|
b6e180f466
|
Update go.mod, go.sum
|
2025-10-13 13:15:06 -04:00 |
|
|
|
8f5f25780e
|
cmd/hopp-generate: Improve command line interface
|
2025-10-13 13:14:44 -04:00 |
|
|
|
f08213cd49
|
tape: Fix comment
|
2025-10-13 10:54:40 -04:00 |
|
|
|
2194198693
|
Merge pull request 'unify-byte-counts' (#21) from unify-byte-counts into main
Reviewed-on: #21
|
2025-10-13 08:49:46 -06:00 |
|
|
|
5c2b8a0582
|
tape: Correctly decode into a table destination all the time
|
2025-10-13 10:33:59 -04:00 |
|
|
|
4575fa229b
|
generate: Make the table type an alias so we don't have a million of em
|
2025-10-13 10:33:36 -04:00 |
|
|
|
cbfb513933
|
tape: canAssign now reports true for named table types
|
2025-10-12 21:27:35 -04:00 |
|
|
|
f10327356e
|
generate: Describe more values in tests
|
2025-10-12 18:50:28 -04:00 |
|
|
|
f402b46b1c
|
internal/testutil: More fixes for Describe
|
2025-10-12 18:50:17 -04:00 |
|
|
|
c3d0f33700
|
tape: Test troublesome data structure
|
2025-10-12 18:41:32 -04:00 |
|
|
|
ba2dc6b53f
|
tape: Properly allocate maps when decoding KTV
|
2025-10-12 18:28:36 -04:00 |
|
|
|
2e03867c66
|
tape: Fix DecodeAny method not converting values properly
|
2025-10-12 18:09:55 -04:00 |
|
|
|
7a03d8d6b5
|
tape: Test DecodeAny method
|
2025-10-12 18:07:00 -04:00 |
|
|
|
b2504cda2d
|
internal/testutil: Describe no longer panics on private struct fields
|
2025-10-12 17:58:10 -04:00 |
|
|
|
f6b12d43fb
|
generate: Fix off by one errors in generated code and tests
|
2025-10-12 17:11:44 -04:00 |
|
|
|
c185f5058f
|
generate: Fix some off by one errors in TestGenerateRunEncodeDecode
|
2025-10-12 13:43:19 -04:00 |
|
|
|
813d219580
|
tape: Fix bufferLenTag off by one error
|
2025-10-12 13:39:37 -04:00 |
|
|
|
b44d364f0f
|
tape: Test TagAny function
|
2025-10-12 13:38:33 -04:00 |
|
|
|
405b458702
|
tape: Comment chart for reading tags from hexdumps
|
2025-10-12 13:37:50 -04:00 |
|
|
|
5778616965
|
design: Codify usage of CN + 1 bytes everywhere
|
2025-10-12 13:11:47 -04:00 |
|
|
|
f5de450c39
|
Merge pull request 'any-type' (#20) from any-type into main
Reviewed-on: #20
|
2025-10-12 11:03:53 -06:00 |
|
|
|
aebc6972ad
|
tape: Fix TestEncodeDecodeAnyTable
|
2025-10-12 11:44:14 -04:00 |
|
|
|
ef3f5cf4bb
|
tape: Decode KTV into any
|
2025-10-12 11:34:49 -04:00 |
|
|
|
3f51beddb6
|
tape: Decoding OTA into any no longer results in a pointer
|
2025-10-12 11:27:20 -04:00 |
|
|
|
56c376cd4e
|
tape: Decode OTAs into any, and allow assignment of SBA/LBA to string
|
2025-10-12 11:17:41 -04:00 |
|
|
|
19f02d6137
|
tape: Implement setString
|
2025-10-12 10:43:04 -04:00 |
|
|
|
7df18f7d26
|
tape: Assorted changes i forgor
|
2025-09-26 00:20:53 -04:00 |
|