Files
wren/test/meta
Bob Nystrom 69498a4893 feat: add tab-completion in REPL and Meta.getModuleVariables API
Add tab-completion support to the interactive REPL by introducing a new `Meta.getModuleVariables` foreign method that returns all top-level variable names from a given module. The REPL's `run()` method now handles the tab key to append completions, and the `refreshLine` method accepts a boolean parameter to control whether completion hints are shown. Also fix the Ctrl-D exit logic (inverted condition) and remove the unused `EscapeBracket` class.
2016-05-22 22:32:17 +00:00
..