Skip to main content

Parser Reference

Laurence MorganAbout 2 minparser

Parser Reference

This section is a glossary of Murex tokens and parser behavior.

Other Reference Material

Language Guides

  1. Language Tour, which is an introduction into the Murex language.

  2. Rosetta Stone, which is a reference table comparing Bash syntax to Murex's.

  3. Builtins, for docs on the core builtins.

Murex's Source Code

The parser is located Murex's source under the lang/ path of the project files.

Pages