Writing C++ with Jev by picking valid next tokens
The author experimented with TypeSafe's Jev decision/classifier model for C++: at each step it was given only grammatically valid next tokens to pick from, avoiding free-form generation.
While discussing mizchi's flaker tool, the author asks whether Jev-like models could intelligently select and run test cases to reduce redundant tests.
mizchi氏のテストケース増えすぎぃなので、賢く間引いて実行するぅ、な flaker ( https://github.com/mizchi/flaker ) であるが、こういうので Jev的なもの使えないかしら。