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.
Marcel Pociot shares a project quality improvement idea: use Jev for semantic test assertions.
Really cool project quality improvement: Use Jev for semantic test assertions.