Jonathan Soo

Results 3 issues of Jonathan Soo

xargo 0.3.11 with older toolchains (nightly-2017-12-23 as an example) produces this error on OSX: ``` xargo build -v --target thumbv7em-none-eabihf + "rustc" "--print" "sysroot" + "rustc" "--print" "target-list" error: intermittent...

The signature for set_grammar is incorrect - it currently takes `Option`, but `whisper_full_params` requires ``` const whisper_grammar_element ** grammar_rules; ``` i.e. a pointer to an array of grammar rules. I...

I've been working on a a native Rust GBNF parser that generates `WhisperGrammarElementType` arrays as needed for whisper-rs. It's not particularly complicated - about 40 lines of [pest](https://docs.rs/pest/latest/pest/) code and...