mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
There are two relevant breaking changes: * instead of `)(input)`, we now need to call `).parse(input)` * tuples are no longer a call, but a `()` call. There is one other usage of nom 7, however that's in the build dependencies list of mozangle via bindgen. Therefore, we won't have duplicate nom versions in Servo binary. Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> |
||
---|---|---|
.. | ||
context.rs | ||
eval.rs | ||
eval_function.rs | ||
eval_value.rs | ||
mod.rs | ||
parser.rs |