You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling goes as follows:
./Makefile // this will do everything for you
./steemit input_file // running for "input_file"
The example used in the article is inside of the current folder with name "full_example.c"
To run this example you do:
./steemit full_example.c
This example contains most statements that our grammar supports!