Hi there!
A few days ago I created a topic about my project PapyrusDotNet and today I wanted to shine bright on a new version. It is still located on github of course.
http github[dot]com/zerratar/PapyrusDotNet
You can download the v0.1.3f2.zip file if you just want the binaries, or you can grab the whole source!
Read the ReadMe for basic instructions.
With this new verison, the following updates have been done:
v0.1.3f2
- Improved support for type casting
- Fixed a type casting bug
- Fixed a bug with Conditional Jumps making 'switch' select wrong cases.
- Fixed a bug with Initial Values
- Added support for foreach statements
- Added support for switch cases.
- Added support for Properties and Atttributes.
- Added support for InitialValue for fields.
- Fixed a bug when concating strings
- Added nex example on how to use Attributes and Properties.
Initial Release to github