Conversation
- Updated test cases to check for LS_RESULT_SUSPENDED instead of boolean checks for ls_call. - Added new actions for debugger controls: Continue, Step Over, Step Into, and Step Out. - Implemented a new LumScript Variables window for inspecting local and global variables during debugging. - Improved the LumScript Debugger UI with better call stack and breakpoint management. - Removed the setDebugEnabled method from LumScriptModule as it is no longer needed. - Refactored variable drawing logic to support structured and array types in the debugger. - Added keyboard shortcuts for debugger actions to streamline the debugging process.
…e union type checks
…g handling of unions and residual returns
…pection - Introduced named parameters in function type declarations, allowing for improved readability and usability. - Enhanced the reflection capabilities for numeric types by adding `min` and `max` members. - Improved union type handling, allowing for nullable unions and various concrete runtime member types. - Updated tokenizer to support double colon syntax for member access.
…arameter attributes and fix array literal parsing in the compiler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.