Li Jin
Li Jin
The clang format config being currently using is: https://github.com/IppClub/Dorothy-SSR/blob/main/Tools/Format/.clang-format
Added it to the contributing guide.
CMake support is currently only working with Linux build. You can find related files here https://github.com/pigpigyyy/Dorothy-SSR/tree/main/Project/Linux This project is still under heavy development, may be unstable for the moment, and...
Added unicode identifier support for variable names, table indexing, goto labels, macro names and other syntax that can be possible via commit e61cce21ef7def2c2e52dd6cb6a5b540ebcac29d. The code ```moonscript 💬 = print 💬...
Just started testing the Next Teal! Everything is supposed to be there except the "readonly field" feature, I will try making a new PR with the newest version. Thanks for...
No plan for back supporting older C++ compiler since all major platforms C++ compiler is now available for C++17 standards.
Method invocation operator is now using `::` as an aliasing for `\` due to the type annotation feature is abandoned.
@1zilla It is a nice addition. I like the idea of metamethod key name checking to distinguish angle brackets table with a common table. I will try implementing this into...
You need to add a nil at the end of the code. Or the ` "" do print 1
Replacing the backcall body with `return` statement could help. Do you think we should get a real `pass` keyword into the syntax for this purpose? ```moonscript macro skip = ->...