summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-09Allow Any as alias of Stringpommicket
2025-09-09Clarify Emptypommicket
2025-09-09Clarify some schema keyspommicket
Require maxlength to be positive since maxlength = 0 can be achieved with type = '' anyways
2025-09-09Add list testpommicket
2025-09-09Fix spec list examplepommicket
2025-09-09More interpretation testspommicket
2025-09-09Disallow 7. alsopommicket
2025-09-09Clarify that overflowing floats are allowedpommicket
2025-09-09Clarify that .7 is not allowed as a Floatpommicket
2025-09-09Reduce integer limit to 2^53-1pommicket
2025-09-09Add interpretation tests for (u)int, disallow -2^63 as an intpommicket
2025-09-09Remove subkeys - keys(section(…)) is finepommicket
2025-09-09Better tests formatting, add schema_errors directorypommicket
2025-09-09Add test: location/key_with_subkeyspommicket
2025-09-09Improve schema API, more testspommicket
2025-09-09Start errors testspommicket
2025-09-08Add more location testspommicket
2025-09-08Add all_values() functionpommicket
2025-09-08Add more testspommicket
2025-09-08Update location() to allow undefined-keys-with-defined-subkeyspommicket
2025-09-08Add whitespace testpommicket
2025-09-08A parsing testpommicket
2025-09-08Formatting, add subkeys to specpommicket
2025-09-08Simplify example schemapommicket
2025-09-08Clarify listspommicket
2025-09-08Various cleanup to specpommicket
2025-09-07Add print and keys functions, fix examplepommicket
2025-09-07More clarificationpommicket
2025-09-07Add load_string to specpommicket
2025-09-07Minor revisions to specpommicket
2025-09-07finish initial draft of specpommicket
2025-09-07Initial specpommicket