wiremod / wire-fpga

An addon for Garry's Mod that adds a programmable chip, that can be programmed using flow-based programming.
Apache License 2.0
15 stars 1 forks source link

Parse string constant escape sequences #28

Open Denneisk opened 1 year ago

Denneisk commented 1 year ago

Utilizes WireLib.ParseEscapes to remove escape sequences from string constants.

Fixes #27

Example code