creating:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
creating:start [2025/03/29 14:11] – Moved introductory material from scanning tutorial into this page ahelwercreating:start [2025/04/01 14:46] (current) – Expanded and reordered language feature list ahelwer
Line 44: Line 44:
  
 Here is what our minimal language subset includes: Here is what our minimal language subset includes:
-  * Named operator definitions like ''op == ...'' and ''op(xyz) == ...'' +  * Whole natural numbers like ''0'', ''5'', ''10''etc
-  * Single-line comments like ''\* comment text'' +  * Boolean values ''TRUE'' and ''FALSE''
-  * Declaration of ''VARIABLES''+
   * Finite set literals, like ''{1, 2, 3, 4, 5}''   * Finite set literals, like ''{1, 2, 3, 4, 5}''
 +  * Parentheses for expression grouping
 +  * ''IF''/''THEN''/''ELSE'' expressions
 +  * Single-line comments like ''\* comment text''
 +  * The ''ENABLED'', negative (''-''), and logical negation (''~'') prefix operators
 +  * Some infix operators: ''\in'', ''='', ''+'', ''-'', ''..'', ''/\'', ''\/'', and ''<''
 +  * The variable-priming suffix operator
   * Quantification over sets with ''\E'' and ''\A''   * Quantification over sets with ''\E'' and ''\A''
   * Function construction and application, like ''[e \in S |-> op(e)]'' and ''f[e]''   * Function construction and application, like ''[e \in S |-> op(e)]'' and ''f[e]''
-  * The ''ENABLED'' and logical negation (''~''prefix operators +  * Named operator definitions like ''op == ...'' and ''op(x, y, z) == ...'' 
-  * Some infix operators: ''\in'', ''='', ''+'', ''-'', ''..'', and ''<'' +  * Declaration of ''VARIABLES''
-  * The variable-priming suffix operator+
   * Vertically-aligned conjunction & disjunction lists   * Vertically-aligned conjunction & disjunction lists
-  * The ''IF''/''THEN''/''ELSE'' construct 
-  * Whole natural numbers like ''0'', ''5'', ''10'', etc. 
-  * Boolean values ''TRUE'' and ''FALSE'' 
  
 Notably, we do not use the familiar ''---- MODULE Name ----''/''===='' encapsulation. Notably, we do not use the familiar ''---- MODULE Name ----''/''===='' encapsulation.
  • creating/start.txt
  • Last modified: 2025/04/01 14:46
  • by ahelwer