Tony Wang
Tony Wang
Hi, Some ideas: 1. Make component type in `vec`, `mat` and functions redefinable, eg. as `double` or `fixed point`, instead of `float` 2. Add `vec2`, `vec3`, (maybe also `mat3x3`?) 3....
I think it's still possible to use any type of vector struct (with correct struct alignment) outside mathc, but you have to cast it to pointer at the edge between...
用一个类型标识 unexpected 结构在 parser 中并非完全没用。如开发 IDE,需要正确处理不完整的结构,这样的结构是不能编译的,但是需要给出自动完成的提示,以及正常处理后续的合法结构,更不能中途出错就放弃后续 tokens 不管……当然这是 in general 的一种情况,一般的 parser 只单纯处理好 ok/error 就行了。我猜这也不是 JosanSun 的本意,但 parser 技术不只有一种用途。
Number of stars should be ok. Do you have suggestion for a possible way to create Stars badge or something like that? Regarding to awesome's [pr template](https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md), it requires some...
@PureAsbestos Looks great! I was searching for it but didn't find. Added.
Hi FlowingLily, It gets a potential. But it's a little bit early, if I'm not missing anything. I'd be like to add it when it reaches an alpha release, documents...
@circutrider21 Thanks for raising this. Really nice to see the progress, I see there are emu and sdk now. But how am I supposed to upload a compiled program to...
@hyenasky Thanks for the information. Closing this for now, feel free to reopen it when the project grows.
It does trace to imported source files as possible. However, some errors can not be addressed regardless it occurs in either main.bas or imported.
It's very much appreciated. It's just me that haven't had a chance yet to improve the language kernal, to make improvements including better error promption.