User:Heeheehee

From Kolmafia
Revision as of 01:33, 9 March 2010 by imported>Heeheehee (Now with actual bullet points!)
Jump to navigation Jump to search

About Me

Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!

Projects


The only notable script that I've published so far is Profit from Effects, a derivative of a derivative of Zarqon's profit.ash, although it now does so much more.

I'm also the individual working on improving the SyntaxHighlight extension to be ASH-compliant.

Known issues present in the latest version (available for viewing here):

  • User-defined variables with the same name as ASH internal functions will be highlighted.
    • I'm thinking that a regular expression like (function)(\s)*\(, matching the first group, would fix this. That and substrings and whatnot.
  • Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).
    • The fix to this is potentially problematic. Maybe make brackets string-like?