Archived
1
0
KLL Compiler
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Rowan Decker 3f0149b721 Die gracefully
Don't explode into a 20 line stack trace if the kll file is formatted
incorrectly. Instead simply show the error message and exit with an
error code (which will stop the rest of a make command).

A misformatted file is most likely a user error so showing the full
backtrace for debugging is not necessary. The file and line number
should (hopefully) be enough to fix the parsing error.
2014-12-31 01:48:08 -06:00
backends Adding define support to KLL compiler. 2014-11-20 13:52:58 -08:00
examples Fixing kll permutation expansion bug. 2014-11-21 11:53:11 -08:00
funcparserlib Fixing unicode strings in funcparserlib 2014-09-15 17:32:07 -07:00
kll_lib Adding define support to KLL compiler. 2014-11-20 13:52:58 -08:00
layouts Adding a basic overlay for md1 2014-11-12 23:59:27 -08:00
templates Forgot to commit template file. 2014-12-10 22:21:51 -08:00
.gitignore Initial source dump. 2014-09-02 10:03:50 -07:00
kll.py Die gracefully 2014-12-31 01:48:08 -06:00
LICENSE Initial commit 2014-09-02 09:49:11 -07:00
README Initial source dump. 2014-09-02 10:03:50 -07:00

kll - keyboard layout language
==============================

KLL Compiler

Most current version of the KLL spec: https://www.writelatex.com/read/zzqbdwqjfwwf
Or visit http://kiibohd.com

Uses funcparserlib: https://code.google.com/p/funcparserlib/


Usage
-----

TODO


New Patches/Features/Backends
-----------------------------

Completely welcome :D


Spec Additions/Fixes
--------------------

Contact HaaTa via IRC (#geekhack@irc.freenode.net or #deskthority).
Or by email -> haata@kiibohd.com