Add missing long form for local directives
Summary
Almost all local directives have a long form along the short form, eg $H or $LONGSTRINGS. Some are missing like $S. I suggest add long forms for them in a more Pascal fashion as it adds more readability and consistency to the compiler.
{$LONGSTRINGS ON}
{$H+}
{$STACKCHECKING ON}
{$S+}