Christina
|
6049e632d1
|
Removed debugging output
|
5 months ago |
Christina
|
bb911bd2bb
|
Passes test-igcc
|
5 months ago |
Andy Balaam
|
e89f3c4eb2
|
Handle stderr properly, like stdout.
|
11 years ago |
Andy Balaam
|
5b74103f8e
|
Correctly support undoing and redoing commands that print output.
|
14 years ago |
Andy Balaam
|
a87dccc64e
|
Use a class to store the user input, and distinguish between re-running the compile and treating a line as user input (for redo).
|
14 years ago |
Andy Balaam
|
ed7928aaf4
|
Added a note about a test for a known bug with undo interacting with command output.
|
14 years ago |
Andy Balaam
|
cf17837aa6
|
Implemented redo.
|
14 years ago |
Andy Balaam
|
a4ff48e6cf
|
Implemented first go at undo.
|
14 years ago |
Andy Balaam
|
3af3fbbab6
|
Store the user code and includes as arrays rather than strings. This will faciliate undo support later.
|
14 years ago |
Andy Balaam
|
92628a53db
|
Added two more tests as TODOs.
|
14 years ago |
Andy Balaam
|
b0d6b49a53
|
Added license and warranty information.
|
14 years ago |
Andy Balaam
|
b1bc3a64c2
|
Allow specifying lib directories and libs to link against on the command line.
|
14 years ago |
Andy Balaam
|
e9c46091b2
|
Allow specifying include directories on the command line.
|
14 years ago |
Andy Balaam
|
71473e8765
|
Added a help message, welcome message, and quit command.
|
14 years ago |
Andy Balaam
|
5856ac52cd
|
Add 2 tests for the commands that list the program.
|
14 years ago |
Andy Balaam
|
11c0f500d9
|
Allow strange include declarations with spaces in them.
|
14 years ago |
Andy Balaam
|
f4e9f89753
|
Added a copyright notice.
|
14 years ago |
Andy Balaam
|
9bc740e5a2
|
Moved most of the code into a lib dir.
|
14 years ago |
Andy Balaam
|
186461def1
|
Ensure there is always a newline between lines the user input when rendered into the source code.
|
14 years ago |
Andy Balaam
|
9a595c50d4
|
Support swallowing compile errors, displaying them, and including other headers.
|
14 years ago |
Andy Balaam
|
91e14d6a08
|
Only write the output once.
|
14 years ago |
Andy Balaam
|
2cad9b572f
|
Initial commit - can assign and print an int.
|
14 years ago |