Results 10 issues of dennis

I tried to load some svg files made by Inkscape using example code of main.lua Content of proto1.svg rendered successfully(with some errors, but it has not mention), but leve1.svg rendered...

bug
enhancement
help wanted
good first issue

I have some code like this: ```lua local enum Command "circle" "line" "rect" end local commands = {} function commands.circle(_: string) end function commands.line(_: number) end function commands.rect(_: integer) end...

feature request
good first issue

Hi. I do not know is it real issue, but then my editor save BOM symbols in file(on Windows) Teal parser get error like this: ``` 3 syntax errors: sub\code2.tl:1:1:...

feature request
good first issue

Hello. I use NVIM `v0.8.3` and tl `0.15.1+dev`. `tl buid` is successful for my project. But there is some broken highligts ![2023-03-06-183516_5760x2160_scrot](https://user-images.githubusercontent.com/12562619/223157313-7ef27839-0300-4a75-9b03-14996b223ef5.png)

You should add `` include in `destral_ecs.h` when building library with gcc for `size_t` type.

Hello Erin! I have some problems in my project which use box2c. I get this [assert](https://github.com/erincatto/box2c/blob/dd6097fc9f707e30b2045c39427d15dd93b7c8b1/src/solver_set.c#L300) in my scene after some time. Could your explain by simple words meaning of...

Hello! This is a great plugin for C programming. But it does not support lines with Cyrillic, only if I press `--o` manually.

- [ OK ] I tested it on latest raylib version from master branch - [ OK] I checked there is no similar issue already reported - [ OK] I...