Charl Wentzel 2e2ba113f1 Major Update:
- Update printing: Do not use '\n' if indent = 0
- Implement refilling of buffer (from fd) while parsing
  - No longer use LineMark, but keep track of char position with CharNo
  - Use Mark to reference point for shifting buffer on refill
- SkipWhiteSpace no longer inline method
  - Refill buffer if required, change Mark & CharNo on line break
- CreateBuffer(), RefillBuffer() & FreeBuffer() now public methods
- Make Loading and Saving more flexible:
  - Refactor from LoadFromFile():
    ReadFromFile(), ReadFromHandle(), ReadFromBuffer()
  - Refactor from SaveToFile() & PrintToScreen:
    WriteToFile(), WriteToScreen, WriteToHandle()
2017-04-02 19:44:44 +02:00
2017-04-02 19:44:44 +02:00
2017-03-22 07:52:58 +02:00
2017-03-23 20:53:32 +02:00
2017-03-29 21:27:28 +02:00
2017-03-27 04:29:11 +02:00
2017-03-04 21:44:39 +02:00
2017-03-04 21:44:39 +02:00
2017-03-02 12:31:50 +02:00
2017-03-02 12:31:50 +02:00
2016-08-23 13:19:43 +02:00
2016-08-23 13:19:43 +02:00
2016-08-23 13:19:43 +02:00
2016-09-07 08:49:58 +02:00
2017-04-02 19:44:44 +02:00
2017-04-02 19:44:44 +02:00
2017-03-04 21:44:39 +02:00
2017-03-04 21:44:39 +02:00
2017-03-22 07:52:58 +02:00
2016-08-22 12:14:53 +02:00
2017-03-08 04:05:26 +02:00
2016-05-17 12:24:51 +02:00
2017-03-04 21:44:39 +02:00
2016-07-20 09:37:25 +02:00
Description
No description provided
417 KiB
Languages
C++ 97.8%
C 2.1%