Commit Graph

5 Commits (805c895d594b1f9ec4ef4eaa79e76d2436063886)

Author SHA1 Message Date
Daniel Martí 805c895d59 set up an AUTHORS file to attribute copyright
Many files were missing copyright, so also add a short script to add the
missing lines with the current year, and run it.

The AUTHORS file is also self-explanatory. Contributors can add
themselves there, or we can simply update it from time to time via
git-shortlog.

Since we have two scripts now, set up a directory for them.
5 years ago
Andrew LeFevre dc02bc9f6b also replace 'println' statements in the runtime with panicprint 5 years ago
lu4p 5cbbac56f3
move asthelper functions to separate package (#78) 5 years ago
Daniel Martí b171463a47 slightly less verbose runtime AST code
And rewrite a loop to be a bit simpler.
5 years ago
Andrew LeFevre 7ede37cc0b
add runtime API to suppress printing fatal errors
Fixes #50.
5 years ago