/dartlee

Minimal Leet<==>English translator in Dart

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

LeetTranslator

Minimal translator from Leet to English and back

##TODO:

  • Sentence-case when translating from Leet to English.
  • Try writing a Stream-based version (the current implementation uses RegExp)
  • Replace readAsStringSync and writeAsStringSync with the async versions to make it idiomatic Dart
  • Performance measurements
  • Simple web page!