mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 06:16:07 +01:00
[PR #17] [MERGED] New features for primitive types #26
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/corn-config/corn/pull/17
Author: @JakeStanger
Created: 6/15/2023
Status: ✅ Merged
Merged: 6/15/2023
Merged by: @JakeStanger
Base:
master← Head:feat/better-primitives📝 Commits (9)
d51bf5afix(parser): crash when spreading invalid type301ceeafeat(parser): add hex and underscore separator support to integers.53afac7feat(parser): add escape char, interpolation support to strings0ec37d8test: add benchmarking42fa830refactor: fix clippy warning693c91etest: add coverage for float exponent syntaxfd437cachore(intellij): add configs96911b8chore: specify binary in generate-tests script6f5f066docs(readme): update to cover new features📊 Changes
40 files changed (+1254 additions, -78 deletions)
View changed files
📝
.idea/conflang.iml(+1 -0)➕
.idea/jsLibraryMappings.xml(+6 -0)➕
.idea/runConfigurations/Clippy.xml(+19 -0)➕
.idea/runConfigurations/Run_CLI.xml(+21 -0)➕
.idea/runConfigurations/Run_LSP.xml(+21 -0)➕
.idea/runConfigurations/Test.xml(+21 -0)➕
.idea/runConfigurations/build.xml(+12 -0)📝
Cargo.lock(+440 -5)📝
README.md(+34 -0)📝
assets/inputs/float.corn(+1 -0)📝
assets/inputs/integer.corn(+2 -0)📝
assets/inputs/string.corn(+3 -0)➕
assets/inputs/string_interpolation.corn(+6 -0)📝
assets/outputs/json/complex.json(+1 -1)📝
assets/outputs/json/float.json(+1 -0)📝
assets/outputs/json/integer.json(+2 -0)📝
assets/outputs/json/string.json(+4 -1)➕
assets/outputs/json/string_interpolation.json(+3 -0)📝
assets/outputs/toml/complex.toml(+1 -1)📝
assets/outputs/toml/float.toml(+1 -0)...and 20 more files
📄 Description
Adds new features to strings and integers (also documents/tests a float feature).
Some general code quality things and whatnot to go with it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.