robbestad/Rantjs

bower install version / tags please!

Opened this issue · 5 comments

this would be awesome for those of us who want to use this on web w/o using something like browserify

I'll get on that! :)

Off-topic, but do you have any plans to further develop the language? @cpancake and I are working on the next major Rant update, and I'd certainly love to see it implemented in JS!

Oooh, I'd love more cool things to play with. Do you have a list of new features coming up, @TheBerkin?

Some things currently being worked on:

  • An all-new object model complete with an embedded object-oriented scripting language
  • A faster, AST-based VM model to replace the old token stream interpreter
  • Dictionaries and patterns can be bundled into package files for easy resource management
  • New dictionary table features (courtesy of @paavohuhtala)
  • New repeater status functions (index, index1, reprem)

There will be more cool stuff when we are done, but these are the biggest features so far.

Awesome. I also hope this makes it into the JS version!