14 Commits

Author SHA1 Message Date
59af34fac9
Rework text spans a bit to include script file, make binder log an error when two classes have a circular value reference.
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-09 13:20:56 +01:00
8660933f27
More work on binder type registration, support in REPL to show registered types.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-08 18:18:24 +01:00
093ffde6bc
Initial work on type registration in the binder.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-08 16:14:02 +01:00
d907a58f64
Initial work on more detailed error messages.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-06 00:06:39 +01:00
bfe27ec20f
Better handling of diagnostics in the REPL.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 18:17:40 +01:00
340d37f4a1
Implements scrolling in the InputWindow of the REPL.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 15:51:59 +01:00
d9d52554e4
Always show parse tree in REPL, even if we have a diagnostic.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 12:37:13 +01:00
f328762cd8
Clean up REPL a bit by moving InputWindow to special class.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 00:13:42 +01:00
dbef09f4bb
Adds backward to REPL for better error logging.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-04 13:33:52 +01:00
08a0859539
Move parse tree stringification away from the main parsed statements, and into a helper function class.
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-03 15:10:43 +01:00
856c37a583
Fixes artifacts shown in REPL input window.
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-03 14:45:53 +01:00
56538a5552
Show neat little tree in REPL.
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-03 14:42:26 +01:00
df9c4933af
Adds some colours to the REPL, show errors live!
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-02 19:08:58 +01:00
9109b7513a
Implements very simple REPL, fixes several issues found with it.
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-02 17:41:53 +01:00