fix readme layout in bitbucket
This commit is contained in:
parent
e7cd423086
commit
7853a9c0cf
11
README.md
11
README.md
|
@ -8,16 +8,17 @@ compiles to Lua. You program the Apple II by writing Fennel code that generates
|
|||
that code while it runs with simple commands in the lite editor.
|
||||
|
||||
Honeylisp comprises:
|
||||
* A hackable programmer's text editor (lite)
|
||||
|
||||
* A hackable programmer's text editor (lite)
|
||||
* Ported to the Love2D game engine framework (lite-hearted)
|
||||
* A simple imgui-inspired library for quickly building custom editors
|
||||
* An extensible 6502 assembler
|
||||
* A Forth-like stack-based virtual machine for the 6502
|
||||
* Deep MAME integration (jeejah)
|
||||
* An extensible 6502 assembler
|
||||
* A Forth-like stack-based virtual machine for the 6502
|
||||
* Deep MAME integration (jeejah)
|
||||
* Live interactive eval while your game is running
|
||||
* Hot code reload
|
||||
* TODO: snapshotting / rewind, rich symbols visible in the MAME debugger
|
||||
* Actual hardware integration
|
||||
* Actual hardware integration
|
||||
* Supports uploading to the Apple II via the cassette port or a serial card
|
||||
* TODO: Live interactive eval and hot code reload
|
||||
|
||||
|
|
Loading…
Reference in a new issue