parallaxinc / OpenSpin

Spin/PASM compiler for the Parallax Propeller.
56 stars 19 forks source link

Add #info directive #36

Closed PropGit closed 6 years ago

PropGit commented 7 years ago

Add an #info directive the generates an information message during compilation; much the same way as #warning does (non-fatal message event) but implies less serious nature.

#info User-Information-Message-Here

generates

info: #info: User-Information-Message-Here

reltham commented 6 years ago

This has been added.