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.

simple2.kll 373B

1234567891011121314151617
  1. Name = colemak;
  2. Author = "HaaTa (Jacob Alexander) 2014";
  3. KLL = 0.3;
  4. myCapability2 => myFunc2();
  5. myCapability3 => myFunc3( myArg1 : 2 );
  6. myCapability => myFunc( myArg1 : 1, myArg2 : 4 );
  7. S0x3 : myCapability2();
  8. S0x6 : 'abcdDfF';
  9. S0x40 : U[0x1];
  10. S0x40 : U[0x1-0x4];
  11. S0x0B : U["Esc"];
  12. S[ 0x7 - 0x9 ] : U"6";
  13. S[ 0x7 - 0x9 ], S[0x2,0x3] : U"6";
  14. S[ 0x2 - 0x9, 0x10 ] : U"r";