KLL Compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

example.kll 388B

12345678910111213141516171819202122232425262728293031323334
  1. Name = colemak;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3;
  5. # Modified Date
  6. Date = 2014-08-24;
  7. test => myCFunc( dat : 1 );
  8. U"A" : U"B";
  9. # Top row
  10. 'e' : 'f';
  11. 'r' : 'p';
  12. 't' : 'g';
  13. 'y' : 'j';
  14. 'u' : 'l';
  15. 'i' : 'u';
  16. 'o' : 'y';
  17. 'p' : ';';
  18. # Middle Row
  19. 's' : 'r';
  20. 'd' : 's';
  21. 'f' : 't';
  22. 'g' : 'd';
  23. 'j' : 'n';
  24. 'k' : 'e';
  25. 'l' : 'i';
  26. ';' : 'o';
  27. # Bottom Row
  28. 'n' : 'k';