Move int parsing to IntNumber token

This commit is contained in:
Aleksey Kladov 2020-11-06 18:54:01 +01:00
parent 6bcc33e5b7
commit 735aaa7b39
4 changed files with 92 additions and 77 deletions

View file

@ -16,7 +16,7 @@ use crate::{
};
pub use self::{
expr_ext::{ArrayExprKind, BinOp, Effect, ElseBranch, LiteralKind, PrefixOp, Radix, RangeOp},
expr_ext::{ArrayExprKind, BinOp, Effect, ElseBranch, LiteralKind, PrefixOp, RangeOp},
generated::{nodes::*, tokens::*},
node_ext::{
AttrKind, FieldKind, NameOrNameRef, PathSegmentKind, SelfParamKind, SlicePatComponents,