-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Abel Sen edited this page May 7, 2025
·
4 revisions
Welcome to the Scrapscript wiki!
Here you’ll find links to interesting resources we have found over the course of developing the language as well as additional information about the Scrapscript language, interpreter and compiler.
| Topic | Link | GitHub Issue |
|---|---|---|
| MessagePack | MessagePack specification | Implement more space efficient binary serialization |
| CBOR Value Sharing | Value Sharing | Recursive serialization |
| Pratt Parsing | Introduction to Pratt parsing and its terminology | Make the parser drive the lexer |