Skip to content

Proposal: Finish the concrete interpreter with common Java features. #68

Description

@ftc

I believe we should just push through and implement the concrete interpreter to handle the following features.

  • Control flow
  • Functions
  • Objects/Dynamic dispatch
  • Exceptions
  • Primitive data types (Float, Bool, Double etc)

Excluded language features:

  • Concurrency
  • Reflection
  • Class loading
  • System Calls

My argument for this list is that I believe all the Jimple commands will be covered by the list of included features. This will drive development and documentation of our interface. I believe all of the excluded features show up as method invocations of library code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions