noodel

A programming language designed around supporting ASCII animation based code golfing challenges.

View on GitHub

HOME

Code Page

The following is the current 256 different characters that Noodel recognizes as the values 0 to 255.

The first 98 characters Noodel considers normal printable chars (ends at ~).

The and ¤ are \n, and respectively. This is done to allow the parser to use the whitespace characters to separate commands.

The first 196 characters Noodel considers compressable chars (ends at ɱ). These chars are used for strings that contain compressed text.

The last 60 characters Noodel considers noncompressable chars (starts at ɲ).