The implementation of `phoron_asm` will proceed in three phases: Phase 1 - Compatibility with [Jasmin](https://jasmin.sourceforge.net/). Phase 2 - Support for the latest JVM features (JVM 19). Phase 3 - Suport for disassembly. The core features supported by Phoron are those of Jasmin. On top of that, to support newer JVM features as well as in the shape of improvements, some additional features have been/will be added. ## Phoron Grammar ``` phoron_assembly_file ::= '.class' [ ] '.super' [ ] [ ] ::= [ ... ] ::= '.field' [ = ] ::= | | ::= [ ... ] ::= '.method' [ ] '.end' 'method' ::= [ ... ] ::= | |