Brad Lewis
|
fc58158fb7
|
Fix issue parsing vendor/stb/image with the core:odin/parser parser
|
2025-06-22 09:42:33 -04:00 |
|
Damian Tarnawski
|
26415bcb0e
|
Correct handling newlines between build tags in core:odin
Previously I thought that each newline worked as `OR`
basically the same as `,`.
This corrects this to work as `AND` instead.
|
2024-12-01 18:21:26 +01:00 |
|
Laytan Laats
|
b746e5287e
|
build tracking allocator code on freestanding wasm
|
2024-10-14 16:06:16 +02:00 |
|
Karl Zylinski
|
19f0127e55
|
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
2024-09-14 18:27:49 +02:00 |
|
Damian Tarnawski
|
655610ec87
|
Satisfy vet
|
2024-08-29 23:06:50 +02:00 |
|
Damian Tarnawski
|
a28d574272
|
Add and test match_build_tags
|
2024-08-29 23:02:49 +02:00 |
|
Damian Tarnawski
|
f93779d425
|
Parse build_project_name as [][]string
|
2024-08-29 22:08:01 +02:00 |
|
Damian Tarnawski
|
a10f988020
|
Move some types to runtime, use reflection instead of lut
|
2024-08-29 21:12:33 +02:00 |
|
Damian Tarnawski
|
92821300e4
|
Add a file tag parser to core:odin/parser
|
2024-08-29 20:52:27 +02:00 |
|
Laytan Laats
|
f0840ed24e
|
core/odin: support field tags on bit_field fields
Fixes #4044
|
2024-08-11 20:59:54 +02:00 |
|
Jeroen van Rijn
|
9829a02571
|
Port tests\core\odin
|
2024-06-02 14:47:09 -04:00 |
|
Jeroen van Rijn
|
b7cecc5762
|
Keep -vet happy.
|
2024-05-24 14:57:48 +02:00 |
|
Jeroen van Rijn
|
dc744411c5
|
Deprecate core:odin/printer + format in favor of OLS.
|
2024-05-24 14:49:11 +02:00 |
|
Laytan Laats
|
af6d2480fa
|
add bit_field parsing to core:odin/parser
Also adds it to the core type thingy like it is in the compiler.
|
2024-04-10 01:01:32 +02:00 |
|
Jeroen van Rijn
|
6d7217f37a
|
[varint] Add LEB128 decoding + tests
Also make tests in general less spammy: Don't print [PASS] for each successful test, only report failures and progress.
|
2022-03-08 15:40:00 +01:00 |
|
Jeroen van Rijn
|
6d9f84ba03
|
[tests] Make test runners exit with errorlevel 1 if a test fails.
|
2022-03-03 15:16:16 +01:00 |
|
Daniel Gavin
|
46d99395ce
|
typo in filename
|
2021-09-20 20:53:39 +02:00 |
|
Daniel Gavin
|
50ee65ea9e
|
Make default_parser use the optional_semicolons and add odin parser test.
|
2021-09-20 20:50:01 +02:00 |
|