You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
Tony Bargnesi edited this page Jun 21, 2016
·
1 revision
WARNING: Obsolete
The generation of a full Ruby parser for BEL Script is obsolete for bel versions greater than or equal to 1.0.0. It is supplanted by the BEL expression and script parsers available in bel_parser.
The ragel definitions in lib/bel/ragel/ are compiled into a Ruby finite-state machine for parsing full BEL Script. The ragel compilation utilizes the -T1 (e.g. faster table driven FSM) compilation switch.