ソースを参照

Fixing '~' interpreting bug.

master
Jacob Alexander 8年前
コミット
ea854aa95f
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      kll.py

+ 1
- 2
kll.py ファイルの表示

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