Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:aca2019:sscompiler [2019/01/19 20:41] – Andreas Moshovos | wiki:aca2019:sscompiler [2019/01/19 20:47] (current) – Andreas Moshovos | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| Test that the compiler works: | Test that the compiler works: | ||
| - | '' | + | '' |
| - | mkdir sstest | + | mkdir ACA; |
| - | cd sstest | + | cd ACA |
| '' | '' | ||
| Create a c file, say // | Create a c file, say // | ||
| - | ''# | + | ''# |
| - | + | \\ | |
| - | main() | + | main()\\ |
| - | { | + | {\\ |
| - | printf (" | + | printf (" |
| - | } | + | }\\ |
| '' | '' | ||
| Then compile it: | Then compile it: | ||
| - | ''/ | + | ''/ |
| Check if things look alright: | Check if things look alright: | ||
| Line 52: | Line 52: | ||
| ''/ | ''/ | ||
| - | Look in // | + | Look in // |