X-Git-Url: http://nitlanguage.org diff --git a/c_src/nitc__lexer.sep.0.h b/c_src/nitc__lexer.sep.0.h index 9b7c456..053947a 100644 --- a/c_src/nitc__lexer.sep.0.h +++ b/c_src/nitc__lexer.sep.0.h @@ -156,6 +156,12 @@ void nitc__lexer___TKwwith___init_tk(val* self, val* p0); val* NEW_nitc__TKwdebug(const struct type* type); extern const struct type type_nitc__TKwdebug; void nitc__lexer___TKwdebug___init_tk(val* self, val* p0); +val* NEW_nitc__TKwyield(const struct type* type); +extern const struct type type_nitc__TKwyield; +void nitc__lexer___TKwyield___init_tk(val* self, val* p0); +val* NEW_nitc__TKwcatch(const struct type* type); +extern const struct type type_nitc__TKwcatch; +void nitc__lexer___TKwcatch___init_tk(val* self, val* p0); val* NEW_nitc__TOpar(const struct type* type); extern const struct type type_nitc__TOpar; void nitc__lexer___TOpar___init_tk(val* self, val* p0);