github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/parser-md-cat.inc.md (about)

     1  This section is a glossary of Murex tokens and parser behavior.
     2  
     3  ## Other Reference Material
     4  
     5  ### Language Guides
     6  
     7  1. [Language Tour]({{if env "DOCGEN_TARGET="}}/docs{{end}}/tour.md), which is an introduction into
     8      the Murex language.
     9  
    10  2. [Rosetta Stone]({{if env "DOCGEN_TARGET="}}/docs{{end}}/user-guide/rosetta-stone.md), which is a reference
    11      table comparing Bash syntax to Murex's.
    12  
    13  3. [Builtins]({{if env "DOCGEN_TARGET="}}/docs{{end}}/commands/), for docs on the core builtins.
    14  
    15  ### Murex's Source Code
    16  
    17  The parser is located Murex's source under the `lang/` path of the project
    18  files.