René's URL Explorer Experiment


Title: Lexer outputs confused reminder when the terminal NUMBER prohibits trailing dot · Issue #195 · structuredllm/syncode · GitHub

Open Graph Title: Lexer outputs confused reminder when the terminal NUMBER prohibits trailing dot · Issue #195 · structuredllm/syncode

X Title: Lexer outputs confused reminder when the terminal NUMBER prohibits trailing dot · Issue #195 · structuredllm/syncode

Description: version: v0.4.12 According to the JSON specification (RFC 8259), trailing dot is prohibited for floating point. However, when I define the new JSON grammar like below, I found the lexer's suspicious behavior. // RFC 8259 without complex ...

Open Graph Description: version: v0.4.12 According to the JSON specification (RFC 8259), trailing dot is prohibited for floating point. However, when I define the new JSON grammar like below, I found the lexer's suspiciou...

X Description: version: v0.4.12 According to the JSON specification (RFC 8259), trailing dot is prohibited for floating point. However, when I define the new JSON grammar like below, I found the lexer's suspi...

Opengraph URL: https://github.com/structuredllm/syncode/issues/195

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Lexer outputs confused reminder when the terminal NUMBER prohibits trailing dot","articleBody":"version: v0.4.12\n\nAccording to the JSON specification (RFC 8259), trailing dot is prohibited for floating point.\nHowever, when I define the new JSON grammar like below, I found the lexer's suspicious behavior.\n\n```\n// RFC 8259 without complex STRING definition\n?start: value\n\n?value: object\n| array\n| STRING\n| NUMBER\n| \"true\"             -\u003e true\n| \"false\"            -\u003e false\n| \"null\"             -\u003e null\n\nobject: \"{\" [member (\",\" member)*] \"}\"\nmember: STRING \":\" value\narray : \"[\" [value (\",\" value)*] \"]\"\n\nNUMBER: MINUS? INT FRAC? EXP?\nMINUS: \"-\"\nINT: \"0\" | (\"1\"..\"9\") DIGIT*\nDIGIT: \"0\"..\"9\"\nFRAC: \".\" DIGIT+\nEXP: (\"e\"|\"E\") [\"+\"|\"-\"] DIGIT+\n\nSTRING: /\\\"[^\"]*\\\"/\nWS: /[ \\t\\f\\r\\n]/+\n\n%ignore WS\n```\n\nThe observed behavior:\n```python\n\u003e\u003e\u003e grammar_engine._parse_partial_code(0, '{ \"cap\": 10.0', b'', accepted_generation=True)\n(remainder : b'10.0', remainder_state: RemainderState.MAYBE_COMPLETE, accept_sequences: {accept_terminals: ['NUMBER', 'COMMA'], accept_terminals: ['NUMBER', 'WS', 'COMMA'], accept_terminals: ['LBRACE'], accept_terminals: ['WS'], accept_terminals: ['NULL'], accept_terminals: ['STRING'], accept_terminals: ['NUMBER', 'WS', 'RBRACE'], accept_terminals: ['NUMBER', 'RBRACE'], accept_terminals: ['TRUE'], accept_terminals: ['FALSE'], accept_terminals: ['LSQB']}, next_ac_indents: None, False)\n\n# ↑ This looks correct.\n\n\u003e\u003e\u003e grammar_engine._parse_partial_code(0, '{ \"cap\": 10.', b'', accepted_generation=True)\n(remainder : b'.', remainder_state: RemainderState.INCOMPLETE, accept_sequences: {accept_terminals: ['COMMA'], accept_terminals: ['WS'], accept_terminals: ['RBRACE']}, next_ac_indents: None, False)\n\n# ↑ This reminder must be '10.' ?\n```\n\nIt seems that the lexer will be confused when its state moves along accepted (digits) -\u003e live-state (trailing dot) -\u003e accepted (digits).","author":{"url":"https://github.com/Yosshi999","@type":"Person","name":"Yosshi999"},"datePublished":"2025-04-23T07:26:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/195/syncode/issues/195"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:05b48d3f-e497-ae45-68ec-753b8e72a959
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8890:3F004:2080A33:2A2F597:6990ABC1
html-safe-noncee6338186b7c93c4eadba71e95ce2c426b12c62eb9484181b07b4e7c7fa1e931b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4ODkwOjNGMDA0OjIwODBBMzM6MkEyRjU5Nzo2OTkwQUJDMSIsInZpc2l0b3JfaWQiOiI2ODcwMzk0NjUzODUxNTYwODk3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac3a3c43e2dffc6b5c75392fc42648c103d6a3523d5bd96c2db9bee5707184053d
hovercard-subject-tagissue:3012979279
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/structuredllm/syncode/195/issue_layout
twitter:imagehttps://opengraph.githubassets.com/cdcd69c638829d14a89455aeee03254540e9802c9bac9e5ee7ef5de918fb3c56/structuredllm/syncode/issues/195
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/cdcd69c638829d14a89455aeee03254540e9802c9bac9e5ee7ef5de918fb3c56/structuredllm/syncode/issues/195
og:image:altversion: v0.4.12 According to the JSON specification (RFC 8259), trailing dot is prohibited for floating point. However, when I define the new JSON grammar like below, I found the lexer's suspiciou...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameYosshi999
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/structuredllm/syncode git https://github.com/structuredllm/syncode.git
octolytics-dimension-user_id204232273
octolytics-dimension-user_loginstructuredllm
octolytics-dimension-repository_id687211074
octolytics-dimension-repository_nwostructuredllm/syncode
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id687211074
octolytics-dimension-repository_network_root_nwostructuredllm/syncode
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/structuredllm/syncode/issues/195#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstructuredllm%2Fsyncode%2Fissues%2F195
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstructuredllm%2Fsyncode%2Fissues%2F195
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=structuredllm%2Fsyncode
Reloadhttps://patch-diff.githubusercontent.com/structuredllm/syncode/issues/195
Reloadhttps://patch-diff.githubusercontent.com/structuredllm/syncode/issues/195
Reloadhttps://patch-diff.githubusercontent.com/structuredllm/syncode/issues/195
structuredllm https://patch-diff.githubusercontent.com/structuredllm
syncodehttps://patch-diff.githubusercontent.com/structuredllm/syncode
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fstructuredllm%2Fsyncode
Fork 35 https://patch-diff.githubusercontent.com/login?return_to=%2Fstructuredllm%2Fsyncode
Star 321 https://patch-diff.githubusercontent.com/login?return_to=%2Fstructuredllm%2Fsyncode
Code https://patch-diff.githubusercontent.com/structuredllm/syncode
Issues 14 https://patch-diff.githubusercontent.com/structuredllm/syncode/issues
Pull requests 3 https://patch-diff.githubusercontent.com/structuredllm/syncode/pulls
Actions https://patch-diff.githubusercontent.com/structuredllm/syncode/actions
Projects 0 https://patch-diff.githubusercontent.com/structuredllm/syncode/projects
Security 0 https://patch-diff.githubusercontent.com/structuredllm/syncode/security
Insights https://patch-diff.githubusercontent.com/structuredllm/syncode/pulse
Code https://patch-diff.githubusercontent.com/structuredllm/syncode
Issues https://patch-diff.githubusercontent.com/structuredllm/syncode/issues
Pull requests https://patch-diff.githubusercontent.com/structuredllm/syncode/pulls
Actions https://patch-diff.githubusercontent.com/structuredllm/syncode/actions
Projects https://patch-diff.githubusercontent.com/structuredllm/syncode/projects
Security https://patch-diff.githubusercontent.com/structuredllm/syncode/security
Insights https://patch-diff.githubusercontent.com/structuredllm/syncode/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/structuredllm/syncode/issues/195
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/structuredllm/syncode/issues/195
Lexer outputs confused reminder when the terminal NUMBER prohibits trailing dothttps://patch-diff.githubusercontent.com/structuredllm/syncode/issues/195#top
https://github.com/Yosshi999
https://github.com/Yosshi999
Yosshi999https://github.com/Yosshi999
on Apr 23, 2025https://github.com/structuredllm/syncode/issues/195#issue-3012979279
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.