rrevenantt / antlr4rust

ANTLR4 parser generator runtime for Rust programming laguage
Other
398 stars 70 forks source link

Remove feature raw & check the returned value of self.get_context() #37

Closed zhaopinglu closed 2 years ago

zhaopinglu commented 2 years ago

2 changes:

  1. Remove feature raw
  2. check the returned value of self.get_context() before unwrap it.