francisdb / vpxtool

Terminal based frontend and utilities for Visual Pinball
Apache License 2.0
17 stars 4 forks source link

See if we can add LUT to any table #30

Open francisdb opened 1 year ago

francisdb commented 1 year ago

Looks like all is needed is to

eg Who Dunnit (Bally).vbs

Would be nice If we had some vbs ast reader so we could perform intelligent insertions

https://github.com/cv/asp-parser/blob/master/vbscript.bnf https://crates.io/crates/bnf

francisdb commented 1 year ago

On the other hand why is this not just part of vpx?

schuster-rainer commented 10 months ago

this resource might also help to understand vbscript better: https://learn.microsoft.com/en-us/previous-versions//d1wf56tt(v=vs.85)

francisdb commented 10 months ago

Not sure we still want to pursue this.

francisdb commented 10 months ago

Another grammar: https://github.com/vpdb/vpx-js/blob/master/lib/scripting/grammar/grammar.bnf