Xavier Toth | c89625d | 2010-07-21 15:40:00 -0400 | [diff] [blame] | 1 | TODO List for mcstrans: |
| 2 | |
| 3 | In compute_raw_from_trans look for conflicting bit patterns and report errors. |
| 4 | |
| 5 | In emit_whitespace look at whitespace characters for any regex special character and escape them. |
| 6 | |
| 7 | Make prefixes and suffixes optional (ex. SECRET REL AUS == SECRET AUS). |
| 8 | |
| 9 | compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstrans can respond to other requests more quickly. |
| 10 | |
| 11 | Reevaluate the means of determining whether inverse bits are used in a domain. |