Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container 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
  • cameron
  • parabix-devel
  • Wiki
  • Bracket Matching

Bracket Matching · Changes

Page history
Update Bracket Matching authored Jun 16, 2022 by lperesde's avatar lperesde
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 0 deletions
+4 -0
  • Bracket-Matching.md Bracket-Matching.md +4 -0
  • No files found.
Bracket-Matching.md
View page @ 855ebc4c
...@@ -166,6 +166,10 @@ Assume we have two bit streams for tokens: `valueToken` (explained above) and `a ...@@ -166,6 +166,10 @@ Assume we have two bit streams for tokens: `valueToken` (explained above) and `a
objEnd = ScanThru(objStart, nested | (atDepth & ~ (RBrak | RBrace))) objEnd = ScanThru(objStart, nested | (atDepth & ~ (RBrak | RBrace)))
objAtEnd = objEnd & RBrak objAtEnd = objEnd & RBrak
objSpan = ExclusiveSpan(objStart, objEnd) objSpan = ExclusiveSpan(objStart, objEnd)
errorAtEnd = objEnd & RBrak
//
// Every Colon must be within an object span
errInColon = (Colon & atDepth) & ~objSpan
// //
// Every Comma must be followed by a key string // Every Comma must be followed by a key string
strAtDepth = str & atDepth strAtDepth = str & atDepth
......
Clone repository
  • Bracket Matching
  • CSV Validation
  • CSVediting
  • CSVparsing
  • Character Code Compilers
  • KernelLibrary
  • Pablo
  • ParabixTransform
  • Parallel Deletion
  • Parallel Hashing
  • Performance Testing Script
  • Shuffle Pattern Library
  • StaticCCC
  • String Insertion
  • UCD: Unicode Property Database and Compilers
View All Pages