rtulip / haystack

Haystack is a compiled, statically typed, stack-based language with opt-in variable assignment.
MIT License
25 stars 2 forks source link

Add `include` statements to the tutorial #142

Closed rtulip closed 1 year ago

rtulip commented 1 year ago

Now that the prelude includes many more files, the tutorial actually use an include statement anywhere. This now needs to be explained.

A chapter on project structure, and some early conventions probably isn't a bad idea.