jak-project/goalc/compiler
Tyler Wilding 8bba3d7fd7
REPL: Add clear-screen / auto-complete / basic hints and syntax highlighting (#316)
* swap to replxx from linenoise

* repl: Implement form auto-tab-completion

* repl: color coordinate the prompts

* repl: Add some basic syntax highlighting, bracket pairs and forms (all one color)

* repl: A more consistent starting screen for the repl

* repl: bug fix for auto-complete

* debug linux

* linting
2021-03-07 23:41:21 -05:00
..
compilation REPL: Add clear-screen / auto-complete / basic hints and syntax highlighting (#316) 2021-03-07 23:41:21 -05:00
CodeGenerator.cpp [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
CodeGenerator.h [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
Compiler.cpp REPL: Add clear-screen / auto-complete / basic hints and syntax highlighting (#316) 2021-03-07 23:41:21 -05:00
Compiler.h REPL: Add clear-screen / auto-complete / basic hints and syntax highlighting (#316) 2021-03-07 23:41:21 -05:00
CompilerException.h Add some compiler features and documentation (#147) 2020-12-01 21:39:46 -05:00
CompilerSettings.cpp Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
CompilerSettings.h Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
Enum.h Add enums and some cleanup (#148) 2020-12-02 19:51:42 -05:00
Env.cpp Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
Env.h Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
IR.cpp [Decomp] Decompile engine math library types (#272) 2021-02-20 11:42:46 -05:00
IR.h [Decomp] Decompile engine math library types (#272) 2021-02-20 11:42:46 -05:00
Label.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
Lambda.h Add deftype (#48) 2020-09-17 21:47:52 -04:00
StaticObject.cpp [Compiler] Support array fields in static objects (#284) 2021-02-25 22:49:46 -05:00
StaticObject.h [Compiler] Support array fields in static objects (#284) 2021-02-25 22:49:46 -05:00
SymbolInfo.h [Compiler] Add get-info (#306) 2021-03-04 10:33:59 -05:00
Util.cpp [Decompiler] Fix issues in gcommon (#305) 2021-03-03 20:52:25 -05:00
Val.cpp [Decompiler] Fix printing of lets (#314) 2021-03-07 12:01:59 -05:00
Val.h [Decompiler] Fix printing of lets (#314) 2021-03-07 12:01:59 -05:00