Merge: Intro and use `prompt`, an alternative to `readline`
[nit.git] / contrib / nitin / nitin.nit
2018-02-14 Alexis Laferrièrenitin: use `prompt`
2017-11-23 Jean Privatnitin: continue on bad triple-quoted string and bad...
2017-11-23 Jean Privatnitin: display syntax error as soon as possible
2017-11-21 Jean Privatnitin: save and inject main variable between prompts
2017-11-21 Jean Privatnitin: get the main_method early to simplify the code
2017-11-21 Jean Privatnitin: show syntactic errors the standard way
2017-11-21 Jean Privatnitin: keep the line number increasing between prompts
2017-11-21 Jean Privatnitin: add optional source name in error messages ...
2017-04-26 Jean Privatnitin: use the secret `catch` block to intercept runtim...
2017-04-25 Jean Privatnitin: add option --no-prompt to ease testing
2017-04-24 Jean Privatcontrib/nitin: new interactive interpreter proof of...