Luni-4
Luni-4
@dburriss I'm going to try to reply to your questions: 1. Due to this function https://github.com/mozilla/rust-code-analysis/blob/master/src/getter.rs#L8, we convert operators into `String` as defined by the grammar enumerator. [Here](https://github.com/mozilla/rust-code-analysis/blob/master/src/languages/language_java.rs#L458) an example...
Hi @dburriss I think we should use `Int` which is immediately converted as "int" and add only `VoidType` as "void" to [get_operator_id_as_str](https://github.com/mozilla/rust-code-analysis/pull/849/commits/1454e263c9b5074c59d143ffa932d841120e4920#diff-7a344aaef1c6a7da88cf5837c512515ac2b8ef15425a7000122cf9abf38e9e7aL540). In this way we would get the right...
Sorry for the late reply @dburriss, but I have been busy lately. Please squash commits and clean up commented code. To be coherent with the other languages we can leave...
No more necessary since this grammar is only used by an external program
We can use `insta` tests now
We can use `insta` tests now
We can use `insta` tests now
We can use `insta` tests now
@marco-c Can we close this one?
We can use `insta` tests now