log

age author description
Tue, 28 May 2019 23:06:08 -0400 John W. Eaton NOTES: more updates default tip
Tue, 28 May 2019 22:51:45 -0400 John W. Eaton update NOTES
Tue, 28 May 2019 18:27:18 -0400 John W. Eaton initial attempt at using separate thread for interpreter
Fri, 24 May 2019 09:22:35 -0400 John W. Eaton update NOTES
Fri, 24 May 2019 09:22:29 -0400 John W. Eaton use rl_display_prompt instead of rl_prompt
Thu, 23 May 2019 18:41:04 -0400 John W. Eaton clean up header files, more small readline changes
Thu, 23 May 2019 18:26:35 -0400 John W. Eaton make lexer a member function in parser class and eliminate some more global variables
Thu, 23 May 2019 17:57:20 -0400 John W. Eaton define parser as a class and eliminate some global variables
Thu, 23 May 2019 13:42:57 -0400 John W. Eaton handle EOF on input; more misc refactoring
Thu, 23 May 2019 12:58:58 -0400 John W. Eaton print newline on EOF in tty mode
Thu, 23 May 2019 12:36:26 -0400 John W. Eaton move command window to separate file and other refactoring
Thu, 23 May 2019 11:26:44 -0400 John W. Eaton clean up include files in gui-main.h
Thu, 23 May 2019 09:27:09 -0400 John W. Eaton function objects and signals/slots for errors and results
Thu, 23 May 2019 07:41:18 -0400 John W. Eaton interpreter is now a class instead of a namespace with functions
Wed, 22 May 2019 18:07:37 -0400 John W. Eaton use signal to send input to qt interpreter object
Wed, 22 May 2019 17:30:46 -0400 John W. Eaton new interpreter and qt_interpreter objects
Wed, 22 May 2019 16:21:06 -0400 John W. Eaton add build instructions to NOTES file
Wed, 22 May 2019 16:20:52 -0400 John W. Eaton multiple inclusion guards in .h files
Mon, 20 May 2019 13:45:58 -0400 John W. Eaton debug flag, handle input with signal
Mon, 13 May 2019 09:48:06 -0500 John W. Eaton initial revision