Skip to content

Integer syntax supports e.g. 1e2L#683

Merged
renkun-ken merged 1 commit intoREditorSupport:masterfrom
renkun-ken:fix-integer-syntax
Jun 30, 2021
Merged

Integer syntax supports e.g. 1e2L#683
renkun-ken merged 1 commit intoREditorSupport:masterfrom
renkun-ken:fix-integer-syntax

Conversation

@renkun-ken
Copy link
Copy Markdown
Member

@renkun-ken renkun-ken commented Jun 27, 2021

What problem did you solve?

Closes #144

(If you do not have screenshot) How can I check this pull request?

1e2L
1e+2L
2e0L
3e-0L
1.2e5L

@renkun-ken renkun-ken requested a review from andycraig June 28, 2021 08:47
Copy link
Copy Markdown
Collaborator

@andycraig andycraig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Linux. LGTM. If no further changes, please merge. Thanks!

@renkun-ken renkun-ken merged commit 9d05800 into REditorSupport:master Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should recognize integer literal like 123e5L

2 participants