apexsharp / apexparser

Parser for the Salesforce Apex language
http://ApexSharp.com
MIT License
22 stars 6 forks source link

Primitive types #4

Open yallie opened 5 years ago

yallie commented 5 years ago

Looks like we can't use .NET primitive types because of the missing APIs. Examples:

I suggest that we emit String, Integer and so on — the mockable types defined in Apex.dll.

yallie commented 5 years ago

There's a big gotcha: we'll need to implement all these Apex classes to use them, while .NET primitives are already available out of the box, albeit with their own APIs.

yallie commented 5 years ago

Current approach: