Category:EMal: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9:
EMal is a prototyping programming language that supports english and italian syntax.
 
EMal wants to be expressive and easy to be read.
 
This is an example that, inside the same script, calculates <i>F<sub>10</sub></i> = 55 in english and in italian:
This is an example
<syntaxhighlight lang="emal">
type FibonacciInEnglish
Line 32:
 
===Implementation===
The main interpreter is implemented in [[C# sharp]] and directly navigates the AST, it. shouldIt runruns in architectures where dot net is supportersupported, and has no external dependencies.
218

edits