CompilerImprovements: fix enumerated list numbering.

Steve Beattie 2017-11-07 16:16:24 +00:00
parent 54be548d2b
commit 123d877977

@ -7,13 +7,9 @@ Areas for improvement
1. lexer - Front end duplicate include elimination
- per profile cache which files have already been included so they don't need to be processed multiple times
<!-- -->
2. Include parse caching
- cache include files post parsing so that they don't need to be re-parsed
<!-- -->
3. Rule duplicate removal (only done on files)
- almost unneeded if fix for 1 is done
- requires: to full replace (so code can be dropped) need 1 and 4