summaryrefslogtreecommitdiff
path: root/script/vm/def.lua
AgeCommit message (Collapse)Author
2022-06-15#1208 fix runtime error最萌小汐
`attempt to concatenate a boolean value (local 'lastKey')`
2022-06-07#1192 don't search local in simple最萌小汐
use the methods provided by `local-id` to avoid wasting on `gets`
2022-06-07#1192 improve local id最萌小汐
In most cases, we only need to get `sets`. In general, there are few `sets` and many `gets`. Therefore, separating these two cases can significantly improve performance.
2022-04-26cleanup最萌小汐
2022-04-26cleanup最萌小汐
2022-04-25add completion and semantic for `@cast`最萌小汐
2022-04-15improve performance最萌小汐
2022-04-14cheanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-09update最萌小汐
2022-04-09update最萌小汐
2022-04-09update tests最萌小汐
2022-04-08update最萌小汐
2022-03-31cleanup最萌小汐
2022-03-29update最萌小汐
2022-03-28update最萌小汐
2022-03-25update最萌小汐
2022-03-25cleanup最萌小汐
2022-03-08update最萌小汐