summaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: 9cbc015cd7c3711edf03657b81c8bc9a2a6a232c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## TODO
- [ ] detect rectangles
- [x] detect whether used as text or used as graphs (if any of the 8 has no get character then it is used as text) 
- [ ] complete the specs
- [ ] Make the string literal escape work multiline
- [ ] Make a swap out interface. 
      trait Swap{
        /// set a new character for the location
        fn swap(&self)->Vec<(Loc,char)>{
        }
      }
      - useful for detecting broken lines such as - - - and replace it with ~~~~~. This way
        it will be easier to process by the fragment emitter
-[ ] Group traced elements together, then reduce as needed