close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 27, 2009, 6:32:56 PM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | =TOL Syntax= |
2 | | A language is formally defined by a set of syntax rules, which are what the programmer has to follow to build syntactically correct code, ie code that is understandable by the parser. To facilitate both the implementation and learning of users of TOL, have sought to define the language with as few rules as possible, starting from the extended functional notation for unary and binary operators. The figure below shows the syntactic rules of TOL and a small code example |
| 1 | = TOL Syntax = |
| 2 | A language is formally defined by a set of syntax rules, which are what the programmer has to follow to build syntactically correct code, ie code that is understandable by the parser. To facilitate both the implementation and learning of users of TOL, have sought to define the language with as few rules as possible, starting from the extended functional notation for unary and binary operators. The figure below shows the syntactic rules of TOL and a small code example: |
| 3 | |
| 4 | [[Image(tol_syntax_en.PNG)]] |