Archived
1
0
Commit Graph

6 Commits

Author SHA1 Message Date
Jacob Alexander
c1a1e844bb Adding kll file emitter and fixing array position merging
- Added kll file emitter
  * Re-constitutes KLL files from various stages of the compilation process
- Using kll file emitter added a basic assignment expression unit test
  * Added unit test to travis
- Fixed array assignment merging when using position operators
  * Required a special case merge
- Update output templates for kiibohd
2016-10-29 22:05:35 -07:00
Jacob Alexander
a6553d473f Adding Physical Position and ScanCode to Pixel mapping tests 2016-10-23 23:36:21 -07:00
Jacob Alexander
fe07716f40 Adding column fill test 2016-10-21 10:30:14 -07:00
Jacob Alexander
5090ad5473 Updates to initial template 2016-10-19 09:41:12 -07:00
Jacob Alexander
db89fd4830 Initial pixel hard-coded template
- As the KLL compiler adds more features the kiibohdPixelmap.c will become more auto-generated
2016-09-18 00:49:55 -07:00
Jacob Alexander
a008e03b22 Adding support for pixelmap output and backporting features to 0.3d
- Enables support for running both kll 0.3d and 0.5c at the same time
- Adds output support for generatedPixelmap.c
- Adds a --version to 0.3d
2016-09-11 12:40:10 -07:00