1. 22 Mar, 2023 1 commit
  2. 17 Feb, 2023 1 commit
  3. 13 Feb, 2023 1 commit
  4. 25 Jan, 2023 2 commits
  5. 10 Jan, 2023 1 commit
  6. 30 Nov, 2022 1 commit
    • Tae Hyung Kim's avatar
      [gen_l10n] Improvements to `gen_l10n` (#116202) · 7802c7ac
      Tae Hyung Kim authored
      * init
      
      * fix tests
      
      * fix lint
      
      * extra changes
      
      * oops missed some merge conflicts
      
      * fix lexer add tests
      
      * consistent warnings and errors
      
      * throw error at the end
      
      * improve efficiency, improve code generation
      
      * fix
      
      * nit
      
      * fix test
      
      * remove helper method class
      
      * two d's
      
      * oops
      
      * empty commit as google testing won't pass :(
      7802c7ac
  7. 29 Nov, 2022 1 commit
  8. 05 Nov, 2022 1 commit
    • Tae Hyung Kim's avatar
      ICU Message Syntax Parser (#112390) · cef4c2aa
      Tae Hyung Kim authored
      * init
      
      * code generation
      
      * improve syntax error, add tests
      
      * add tests and fix bugs
      
      * code generation fix
      
      * fix all tests :)
      
      * fix bug
      
      * init
      
      * fix all code gen issues
      
      * FIXED ALL TESTS :D
      
      * add license
      
      * remove trailing spaces
      
      * remove print
      
      * tests fix
      
      * specify type annotation
      
      * fix test
      
      * lint
      
      * fix todos
      
      * fix subclass issues
      
      * final fix; flutter gallery runs
      
      * escaping for later pr
      
      * fix comment
      
      * address PR comments
      
      * more
      
      * more descriptive errors
      
      * last fixes
      cef4c2aa