Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@sun@shitposter.world @ageha@tomo.airen-no-jikken.icu @lain@lain.com Trying multiple LLMs, I faced dozens of syntax errors, when working with a C code-base that uses Vulkan, a graphics API commonly used with C++. The LLM kept confusing C and C++ syntax, sometimes writing stuff that doesn't make sense in either languages. So a grammar limit would possibly be helpful. But many programming language cannot be correctly specified, C++ being an infamous example, due to templates.