How to compile PulsarLua or any Pascal example
**********************************************

First you'll need the SDL2 headers for FreePascal which can be found on: https://github.com/ev1313/Pascal-SDL-2-Headers
Of course you'll need the FreePascal Compiler from: http://freepascal.org/

Compile with Delphi compatibility mode switched on:
fpc pulsarlua.pas -Sd   or
fpc pulsarlua.pas -Mdelphi
