OpenBEL / bel.rb

Process BEL (Biological Expression Language) with ruby.
Apache License 2.0
8 stars 6 forks source link

Remove ragel parsers in bel.rb in favor of bel_parser library. #129

Open abargnesi opened 8 years ago

abargnesi commented 8 years ago

The ragel finite-state machines that exist in lib/bel/ragel/ were supplanted by parsers in _belparser. These parsers should be removed and use of the BEL::Script module should be refactored to use _belparser.

Related to #128.