Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
cc8cce8787
Implement command-line options for debug, compile, and highlight modes in luash. Update usage instructions and modify runner to handle new execution options, enhancing flexibility for script execution.
8598e9ff57
Refactor luash to modularize components, introducing injected library loading, preprocessing functions, and a dedicated runner for file execution. Enhance REPL with improved command handling and delegate to modules for better organization.
6f92a80bb1
Add raw mode support to REPL for immediate key handling (Ctrl+L/Ctrl+C/Ctrl+D) and update README with usage notes
21f5ab5335
Enhance REPL user experience by adding Ctrl+L to clear the screen and improving Ctrl+C interruption handling
da979811dd
Refactor REPL expression handling to improve syntax error reporting and execution flow
cf19a6ec5d
Enhance shebang handling in REPL and source code execution to preserve line numbers