FilWisher / wed

Wil's editor
MIT License
2 stars 0 forks source link

How will keypress and text editing commands work? #10

Open FilWisher opened 8 years ago

FilWisher commented 8 years ago

Keypresses converted to op strings (i.e. "mov 207") which are written to FIFO. op strings read from FIFO on core. positions converted to piece-chain positions (i.e. "mov 17:15" --> "op :"). op string evaluated on piece chain.