Change parser to stack-only version

This commit is contained in:
Ilmir Usmanov
2014-07-09 18:05:19 +04:00
parent f46d5b440c
commit a2350cb88e
12 changed files with 718 additions and 330 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ void led_on(int led_id)
void led_off(int led_id)
{
printf("led_off: %d", led_id);
}
}