line icon indicating copy to clipboard operation
line copied to clipboard

tiny command-line midi sequencer and language for live coding

Results 1 line issues
Sort by recently updated
recently updated
newest added

Adding these ``` local lpeg = require 'lpeg' lpeg.locale(lpeg) ``` to [lineparsertest.lua](https://github.com/pd3v/line/blob/packaging/lineparsertest.lua) will not parse the rest of the code in the file. ``` math.randomseed(os.time()) offset = 23 a =...

good first issue
lua
lpeg