Nick Paul

Results 8 issues of Nick Paul

I removed all references to the global `Aya` thread and passed execution context down using the refactored blocks from [this PR](https://github.com/aya-lang/aya/pull/89). With a bit more refactoring I was able to...

Create a version of aya than can run in the browser and host it on aya-lang.github.io @BlazingTwist Has already tested out [Cheerpj](https://github.com/leaningtech/cheerpj-meta) and gotten aya running in a web page...

This will make the language more practical for anyone using it for golfing so they do not have to have 'include ::golf' at the top of every file

enhancement

[1 2 3 4]:l 0 3 K_@\.ID

enhancement

echo "1 1 +" | element Should work

enhancement

Originally found by @BlazingTwist ``` aya> "$(\"\")":P input Exception in thread "main" java.lang.AssertionError at aya.parser.ParserString.(ParserString.java:23) at aya.parser.tokens.StringToken.getInstruction(StringToken.java:38) at aya.parser.Parser.generate(Parser.java:712) at aya.parser.Parser.compileIS(Parser.java:785) at aya.parser.tokens.StringToken.parseInterpolateStr(StringToken.java:127) at aya.parser.tokens.StringToken.getInstruction(StringToken.java:35) at aya.parser.Parser.generate(Parser.java:712) at aya.parser.Parser.compileIS(Parser.java:785) at...

bug
parser

See comment on #133 for details