Simple Decrement - Thue Typing CST Test
Loading…
Simple Decrement — Thue Code
Decrement a number represented as a string of digits.
D1::=0
D2::=1
D3::=2
D4::=3
D5::=4
D6::=5
D7::=6
D8::=7
D9::=8
D0::=9Thue Language Guide
Thue is an abstract computational model based on string rewriting systems. It allows defining rules to transform strings, serving as a theoretical model for computation and a framework for exploring universal computation.
Primary Use Cases
- ▸Study of formal languages and rewriting systems
- ▸Turing-completeness demonstrations
- ▸Exploration of non-deterministic algorithms
- ▸Teaching computational theory concepts
- ▸Theoretical experiments in automata and computation
Notable Features
- ▸Pattern-based string rewriting
- ▸Support for non-deterministic rule application
- ▸Turing-complete computational model
- ▸Minimalistic and formal
- ▸Flexible for theoretical exploration
Origin & Creator
Thue was created in 1914 by the Norwegian mathematician Axel Thue to study sequences and combinatorial problems in strings; it later became recognized as a model of computation.
Industrial Note
Thue is mainly of academic and theoretical interest, used in formal language research, computational theory, and exploring Turing-completeness in minimal systems.