1 repository
Replaces language keywords and built-in functions with calls to specific runtime library functions during AST traversal.
Distinct from Runtime Function Mapping: Distinct from Runtime Function Mapping: focuses on compile-time keyword substitution rather than dynamic API-to-function mapping.
Explore 1 awesome GitHub repository matching development tools & productivity · Keyword-to-Runtime Mappings. Refine with filters or upvote what's useful.
ArnoldC is an esoteric programming language whose syntax is built entirely from Arnold Schwarzenegger movie quotes and catchphrases. It is an intentionally humorous language that maps one-liners from the actor's filmography to programming constructs, creating a playful and unconventional coding experience. The language operates on a 16-bit signed integer type system with stack-based arithmetic, supporting addition, subtraction, multiplication, and division. It provides procedural control flow through conditional branching and looping, using movie-quote keywords such as "STICK AROUND" for loop
Defines the core syntax of the language by mapping movie quotes to programming constructs.