Skip to content

Instantly share code, notes, and snippets.

View rottytooth's full-sized avatar

Daniel Temkin rottytooth

View GitHub Profile
@rottytooth
rottytooth / Initialization.snobol
Created May 12, 2025 15:57
THE PRINCETON INTERCAL COMPILER
THE PRINCETON INTERCAL COMPILER
INITIALIZATION
* UNDOCUMENTED OPTIONS:
*
* #12 TO LIST AND PRINT
* #120 TO INSERT SPITBOL INTO PFX
* #SLIBRARY TO CREATE LIBRARY
* #PUNSOURCE TO PUNCH ROFF DECK
@rottytooth
rottytooth / index.html
Created February 3, 2021 13:48
Beginning of interpreter for MOTIF language
<html>
<head>
<link href="motif.css" rel="stylesheet" />
<script type="text/javascript" src="motif.js"></script>
<script type="text/javascript">
var lexer;
var opacity = .3;
window.onload = function(e) {