lutaml / expressir

Ruby parser for the ISO EXPRESS language
3 stars 3 forks source link

(URGENT) Upgrade rice gem to 4.0 #95

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

Required for packed-mn. (also from https://github.com/tamatebako/tebako/issues/55)

ronaldtse commented 2 years ago

Reason for failure: https://github.com/metanorma/packed-mn/issues/140

alexeymorozov commented 2 years ago

As I see, it requires to rewrite the antlr4-native gem with a support of rice v4:

https://github.com/camertron/antlr4-native-rb/blob/master/lib/antlr4-native/generator.rb#L77

Will fork and do a PR.

alexeymorozov commented 2 years ago

Fork is here (WIP): https://github.com/camertron/antlr4-native-rb/compare/master...alexeymorozov:rice-4