Syllad

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Syllad is a language that is programmable in a usual way, but has a 'quirks mode' (up to commit ca5b34e of the repo) that lets you program in it in a way similar to JSFuck. You trigger this by putting an = at the start of your program. Ex: +[] returns -1 in quirks mode

External Resources

  • Syllad interpreter contains some documentation at the top of syd.syd and in README.md. Anything not mentioned is just whatever parser.dart does.