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
It looks like both bsc.cparser and bsc.syntax are testing the BH/Classic parser. They should be merged into one directory.
Both bsc.bsv05 and bsc.bsv05-parse-pretty are testing the BSV parser (the latter testing the pretty-printer more than the parser). Perhaps a single bsc.parser (or bsc.syntax?) directory should be created, and under that can be both of these BSV directories along with the merged BH/Classic directory.
It looks like both
bsc.cparserandbsc.syntaxare testing the BH/Classic parser. They should be merged into one directory.Both
bsc.bsv05andbsc.bsv05-parse-prettyare testing the BSV parser (the latter testing the pretty-printer more than the parser). Perhaps a singlebsc.parser(orbsc.syntax?) directory should be created, and under that can be both of these BSV directories along with the merged BH/Classic directory.