AvailLang / Avail

The Avail programming language. Includes the virtual machine, standard library, and standard examples.
BSD 3-Clause "New" or "Revised" License
54 stars 5 forks source link

Sample projects updated #297

Closed richATavail closed 1 year ago

richATavail commented 1 year ago

This pull request is for updating the sample projects in examples directory. There are two example projects:

  1. Linking an FFI library via a basic jar - The Avail code should be reviewed here as well as the README
  2. Linking primitives via a jar containing primitives - Both the primitive written in Kotlin, the Avail code, and the README should be reviewed

It also includes the Anvil "About" window updates.