issues
search
nix-community
/
rnix-parser
A Nix parser written in Rust [maintainer=@oberblastmeister]
MIT License
365
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Distinguish between HPATH, SPATH and plain PATH
#166
sternenseemann
opened
2 weeks ago
0
Support pipe operator
#165
mightyiam
opened
1 month ago
0
Fix clippy warnings
#164
noamraph
opened
5 months ago
0
Implement reading `SyntaxKind` from strings
#163
abhillman
opened
6 months ago
1
Example of modifying an AST
#162
abhillman
opened
6 months ago
2
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.4.0
#161
dependabot[bot]
opened
1 year ago
0
fix: discrepancy on leading 0's with cpp nix's behavior.
#160
hsjobeki
opened
1 year ago
1
fix: don't handle TOKEN_ERROR as trivial tokens.
#159
hsjobeki
opened
1 year ago
0
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.3.0
#158
dependabot[bot]
closed
1 year ago
1
misparsing floats/ints starting with zeroes
#157
yorickvP
opened
1 year ago
5
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.2.1
#156
dependabot[bot]
closed
1 year ago
1
Help: Try type annotations
#155
hsjobeki
closed
1 year ago
1
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.2.0
#154
dependabot[bot]
closed
1 year ago
1
Release v0.11.0
#153
oberblastmeister
closed
2 years ago
0
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.1.0
#152
dependabot[bot]
closed
2 years ago
1
A tool to perform renames
#151
roberth
opened
2 years ago
5
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.0.1
#150
dependabot[bot]
closed
2 years ago
1
SyntaxKind::is_literal(): update to match usage
#149
ghost
closed
10 months ago
0
Weird successfull parsing of invalid path literals
#148
sternenseemann
opened
2 years ago
1
pretty print ast for from-stdin example
#147
oberblastmeister
closed
2 years ago
0
Broken paths are silently skipped
#146
tazjin
opened
2 years ago
4
change Inherit::idents to Inherit::attrs
#145
oberblastmeister
closed
2 years ago
0
update examples
#144
oberblastmeister
closed
2 years ago
1
don't expose parser and tokenizer modules
#143
oberblastmeister
opened
2 years ago
0
un-git-lfs benches/all-packages.nix
#142
flokli
closed
2 years ago
5
Handle /*-style comments in AST
#141
nmattia
closed
2 years ago
12
move tests
#140
oberblastmeister
closed
2 years ago
0
Wrap pat entry ident in NODE_IDENT
#139
darichey
closed
2 years ago
0
remove expect.sh
#138
oberblastmeister
closed
2 years ago
0
Re-implement string parts
#137
darichey
closed
2 years ago
2
cleanup macros and add KIND associated constant
#136
oberblastmeister
closed
2 years ago
0
Refactor parser
#135
oberblastmeister
closed
2 years ago
0
rename tokens::Path to tokens::PathContent
#134
oberblastmeister
closed
2 years ago
0
Use expect-test for snapshot testing
#133
darichey
closed
2 years ago
0
DuplicatedArgs error is semantic, not syntactic
#132
darichey
closed
2 years ago
2
Cleaning up tests
#131
darichey
closed
2 years ago
1
refactor path parsing and remove path from LiteralKind
#130
oberblastmeister
closed
2 years ago
0
Export LiteralKind from ast
#129
darichey
closed
2 years ago
0
Allow `TOKEN_OR` when expecting identifier
#128
darichey
closed
2 years ago
2
`or` is not accepted as an identifier
#127
darichey
closed
2 years ago
0
Remove Expr Inherit and InheritFrom variants
#126
darichey
closed
2 years ago
1
LetIn with inherit entry gives wrong node for body
#125
darichey
closed
2 years ago
0
Wrap lambda ident params with different node
#124
darichey
closed
2 years ago
9
Add getters for typed Dynamic parts
#123
darichey
closed
2 years ago
0
update changelog
#122
oberblastmeister
closed
2 years ago
0
Typed api doesn't handle lambdas properly
#121
darichey
closed
2 years ago
2
improved error handling
#120
aaronjanse
closed
2 years ago
1
avoid stack overflow
#119
aaronjanse
closed
2 years ago
5
build(deps): bump actions/checkout from 2 to 3
#118
dependabot[bot]
closed
2 years ago
0
Lexer refactor
#117
oberblastmeister
closed
2 years ago
0
Next