• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TODO List for mcstrans:
2
3In compute_raw_from_trans look for conflicting bit patterns and report errors.
4
5In emit_whitespace look at whitespace characters for any regex special character and escape them.
6
7Make prefixes and suffixes optional (ex. SECRET REL AUS == SECRET AUS).
8
9compute_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
11Reevaluate the means of determining whether inverse bits are used in a domain.
12