issues
search
tagua-vm
/
parser
Safe, fast and memory efficient PHP parser (lexical and syntactic analysers, and the Abstract Syntax Tree)
http://tagua.io/
119
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update parser as per latest changes in nom
#132
subhojit777
opened
6 years ago
9
Not sure about the usage of this parser
#131
subhojit777
closed
6 years ago
3
chore(ci & cargo) Use caret instead of tilde deps & Rust 1.23
#130
Hywan
closed
6 years ago
0
fix(parser) Update to nom 4.0
#129
Hywan
closed
6 years ago
0
f64 for octal binary hexadecimal
#128
tolbon
closed
6 years ago
3
chore(ci) Update to Rust 1.22
#127
Hywan
closed
6 years ago
1
feat(parser) Introduce the `coalesce` parser
#126
Hywan
closed
7 years ago
2
Introduce `instanceof` parser.
#125
Hywan
closed
7 years ago
1
Introduce ternary operator
#124
Hywan
closed
7 years ago
2
Update `variable` parser definition
#123
Hywan
opened
7 years ago
0
Introduce n-ary operations
#122
Hywan
closed
7 years ago
4
feat(parser) `isset` parses only variables, not expressions
#121
Hywan
closed
7 years ago
0
feat(parser) `unset` parses only variables, not expressions
#120
Hywan
closed
7 years ago
0
feat(parser) Deref expr. accept single q. string
#119
Hywan
closed
7 years ago
0
Dereferencable expressions and double strings
#118
Hywan
opened
7 years ago
0
feat(parser) Implement nullable types
#117
Hywan
closed
7 years ago
2
feat(parser) Implement `class-constant-access-expression`
#116
Hywan
closed
7 years ago
4
feat(parser) Implement the `scope-resolution-qualifier` rule
#115
Hywan
closed
7 years ago
4
feat(parser) Add the `relative_scope` parser
#114
Hywan
closed
7 years ago
3
feat(parser) Add the `constant_access` parser.
#113
Hywan
closed
7 years ago
4
chore(ci) Update to Rust 1.20
#112
Hywan
closed
7 years ago
3
Dependency: Upgrade to nom 3.1
#111
Hywan
closed
7 years ago
4
CI: Add Rust 1.18
#110
Hywan
closed
7 years ago
2
AST: Use `SmallVec` for `Name`
#109
Hywan
closed
7 years ago
9
Dependency: Move to nom 3.0.
#108
Hywan
closed
7 years ago
2
Literal: Avoid string copies by default
#107
Hywan
closed
7 years ago
6
Feat/test multi arch
#106
Pierozi
closed
7 years ago
12
Fail compilation of no documentation on a public item
#105
Hywan
closed
7 years ago
2
Literal: Remove null and boolean parsers
#104
Acconut
closed
7 years ago
20
AST: Implement `PartialEq` for `Variable`
#103
Hywan
closed
7 years ago
1
Quality: Lifetime can be elided in this case
#102
Hywan
closed
7 years ago
1
Introduce `Token` and `Span`
#101
Hywan
closed
7 years ago
16
CI: Add Rust 1.17
#100
Hywan
closed
7 years ago
1
CI: Use `cargo-travis`
#99
Hywan
closed
7 years ago
7
CI: Update Rust versions, and remove travis-cargo
#98
Hywan
closed
7 years ago
0
fix Dockerfile
#97
mathroc
closed
7 years ago
13
Expression: Anonymous func. outtype's after `use`.
#96
Hywan
closed
7 years ago
0
Expression: Fix anonymous function syntax
#95
Hywan
closed
7 years ago
0
Documentation: Use the lowest parser
#94
Hywan
closed
7 years ago
0
Literal: Remove `null` and `boolean` parsers
#93
Hywan
closed
7 years ago
3
Implement PHP RFC: Void Return Type
#92
Hywan
opened
7 years ago
0
Implement PHP RFC: Iterable
#91
Hywan
closed
7 years ago
0
Implement PHP RFC: Nullable Types
#90
Hywan
closed
7 years ago
1
Implement PHP RFC: Square bracket syntax for array destructuring
#89
Hywan
opened
7 years ago
0
Expression: Add the `anonymous_function` rule
#88
Hywan
closed
7 years ago
2
Migrate to the new nom 2.0
#87
Hywan
closed
7 years ago
0
Compare `tagua_parser::itag!` vs. `nom::tag_no_case!`
#86
Hywan
closed
7 years ago
1
Replace `named!` by `named_attr!`
#85
Hywan
closed
7 years ago
0
Replace `first!` by `nom::sep!` or `nom::eat_separator!`
#84
Hywan
closed
7 years ago
1
upgrade to nom 2.0
#83
Geal
closed
7 years ago
11
Next