-1

I have some files that I've written in a custom scripting language which I would like to be able to read and execute in ActionScript. Does AS have a compiler generator along the lines of lex/yacc or ANTLR?

kitfox
  • 4,534
  • 3
  • 17
  • 24

1 Answers1

0

One of the first results for a search on "actionscript parser generator" will show ASYACC that is a port of YACC for ActionScript.

It is not the only result, btw.

Seki
  • 11,135
  • 7
  • 46
  • 70