Archivováno
1
0
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly nebo pull requesty.
kll/tests/cmp_assignment/final.kll
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

7 řádky
184 B
Plaintext

myArray <= Array_define;
myIndex <= Index_define;
myVariable <= Variable_define;
myArray[] = "a" "b" "c" "b c" "3";
myIndex[] = "" "" "" "" "" "this textthing" "moar";
myVariable = 1;