finnp / finnp/json-lexer

implement positions

Open
#3 0 comments 5 reactions 0 assignees View on GitHub
help wanted
Dominant language
JavaScript
Stars
15
Forks
3
PR merge metrics
No merged PRs in 30d

Description

It would be good to add the positions of the tokens.

``` js
position: {
start: {
line: 1,
column: 2,
offset: 1
},
end: {
line: 1,
column: 5,
offset: 4
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.