Add todo
This commit is contained in:
parent
53928bdeb5
commit
4e94c13351
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ fn space() -> impl Parser<char, Space, Error = Error> {
|
|||
}
|
||||
|
||||
fn ident() -> impl Parser<char, Ident, Error = Error> {
|
||||
// TODO Forbid keywords
|
||||
text::ident().map_with_span(|name, span| Ident { name, span })
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue