Commit Graph

  • 989897ca29 Revised structure Started integrating with UI Updated Views to use new language Added builder object to make runtime generation of code easier Replaced StackPushCard with ConstantCard Added convenience functions for directly getting bytecode from CodeContext object Added bytecode signature Minor changes/fixes master Gabriel Tofvesson 2017-07-18 01:26:35 +02:00
  • bf749f838a Fixed EXT call - Doesn't crash now - Makes a proper assessment based on an approximate statistical likelihood that a given set of parameters will work with the required method - Assessment determines the statistically most likely method that was intended in the case of overloads Gabriel Tofvesson 2017-07-16 23:02:57 +02:00
  • 847911a89d Revised EXT call to add better support for dynamic method lookup and parameter matching - When suitable methods, the algorithm checks if the parameter counts vaguely matches - It also checks if the desired parameter type can be instantiated through constructors or static factory methods if the passed parameter isn't primitive or already of the desired type - An assessment is automatically made as to whether or not the desired method may be static or not - Method searches target superclasses of a supplied type as well as the given type Added support function for easier reflective method invocation Added support functions for easier method lookup and parameter matching Note: Untested code! May not be stable or at all functional! FuckYou 2017-07-16 02:17:59 +02:00
  • 8241033eba Initial commit Gabriel Tofvesson 2017-07-04 22:28:16 +02:00