Skip to content

Latest commit

 

History

History
 
 

extraterm-boolean-expression-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

A boolean expression parser which outputs an AST. The details of the output is descrived in parser.d.ts. It accepts alphabetic symbol/variables and some C/JS style operators, like &&, ||, ! and brackets for grouping, with precedence.