Browse Source

Fixing '~' interpreting bug.

master
Jacob Alexander 8 years ago
parent
commit
ea854aa95f
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      kll.py

+ 1
- 2
kll.py View File

@@ -273,8 +273,7 @@ def make_seqString( token ):
( ":", 0x01 ),
( "^", -0x10 ),
( "_", -0x18 ),
( "{}|", -0x1E ),
( "~", -0x20 ),
( "{}|~", -0x1E ),
( "@", -0x32 ),
( "?", -0x38 ),
)