Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.01 KB

code_page.md

File metadata and controls

23 lines (12 loc) · 1.01 KB

HOME

Code Page

<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> <script src="../noodel-latest.js"></script> <script type="text/javascript" src="../docs.js"></script>

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 ɲ).