ZacharyWesterman / paisley

Plasma Automation / Instruction Scripting Language
GNU General Public License v3.0
0 stars 0 forks source link

Add support for strict typing #100

Closed ZacharyWesterman closed 5 months ago

ZacharyWesterman commented 5 months ago

You'd declare variables like

let var: string = 'text'

and then it would not allow you to assign non-string values to var.

ZacharyWesterman commented 5 months ago

Don't think I want to do this. It would be a neat feature but I think it would be more effort than it's worth