-
~~~
[yamato@dev64 ~]$ cat /tmp/input.toml
cat /tmp/input.toml
[g]
a = "/"
[m]
b = ""
[yamato@dev64 ~]$ ~/bin/ctags --options=NONE --quiet --sort=no --fields=+ne --extras=+g -o - /tmp/inpu…
-
Since openplanet configs are .inis, it'd be nice to be able to store stuff in a similar format
-
## Problem
The TOML parser used by verus-mode.el does not support single-quoted strings, which causes issues when using Rust's built-in quick fixes and code suggestions. These often generate TOML w…
-
- TOML++ version: v3.4.0
- Compiler: clang++ v19.1.1
- Target arch: x64
- Library configuration overrides: None
- Relevant compilation flags:
You can run the following command on the generated …
-
#10 added tests to test the parser against the toml-test-harness suit. However, 210 tests currently fail and were ignored. The task would be to:
- [ ] fix them all and
- [ ] remove them from the i…
-
If you are working on a Toml Parser implemented using chevrotain you may want to look here:
- https://github.com/bd82/toml-tools
Perhaps even contribute there 😄
-
In `engines/toml.rs` (and similar in the other engines)
```
impl Engine for TOML {
fn parse(content: &str) -> Pod {
match toml::from_str::(content) {
Ok(value) => value.…
-
Для прохідного:
✔️ ! Brief Description
❌ ! Project Name ( remove last name from name in Cargo.toml )
❌ ! Grammar Rules ( add more 2-3 complex grammar rules and don't forget tests for them )
✔️ ! U…
-
Для прохідного:
✔️ ! Brief Description
❌ ! Project Name ( remove last name from name in Cargo.toml )
❌ ! Grammar Rules ( add more 2-3 complex grammar rules and don't forget tests for them )
✔️ ! U…
-
Для прохідного:
✔️ ! Brief Description
❌ ! Project Name ( remove last name from name in Cargo.toml )
✔️ ! Grammar Rules
✔️ ! Unit Tests
✔️ ! Test Coverage
✔️ ! Core Files
✔️ ! CLI
Для мак…