Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M MTSA
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 68
    • Issues 68
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lafhis
  • MTSA
  • Issues
  • #75

Closed
Open
Created May 27, 2025 by Sebastian Uchitel@suchitelOwner

Parser hangs

Parser hangs rather non-deterministically How to reproduce:

The following has two syntax error. Missing "||" just before "RADIO_ABS" (i.e., "||RADIO_ABS"), and "." at the end of that same line (i.e. "{freq[88.108]}" --> "{freq[88.108]}.").

Paste the text into edit pane, parse using button, try a number of edits reparsing everytime:

  • add "||"
  • remove "||"
  • add "."
  • remove "."

RADIO = (on -> RADIO[108] | reset -> RADIO[108]), RADIO[f:88..108] = (reset -> RADIO[108] | when (f > 88) scan -> SCAN[f] | off -> RADIO),

// Al escanear por una sintonización la radio va bajando de frecuencia dejando a la misma como output

SCAN[i:88..108] = (lock -> RADIO[i] | when (i == 88) end -> RADIO[88] | off -> RADIO | when (i > 88) freq[i-1] -> SCAN[i-1] | reset -> RADIO[108]).

RADIO_ABS = (RADIO){freq[88.108]}

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking