MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Changed String Primitive Parsing #208

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

This commit changes string parsing so that anything wrapped in double quotes is not automatically converted to primitives. Direct values can still be used, as can conversions from string to the requested formats.

Also removed PrimitiveProcessor which is no longer needed.