User input/Text: Difference between revisions

Content added Content deleted
No edit summary
Line 853: Line 853:
return "<x>\n<inp>\nInput\>";});
return "<x>\n<inp>\nInput\>";});
}</lang>
}</lang>
Which has as output:
This makes it relatively easy to create Domain Specific Languages or to interpret other languages, and create a rascal console for this. For examples with Exp, Func and Lisp, see the online [http://tutor.rascal-mpl.org/Courses/Recipes/Recipes.html#/Courses/Recipes/Languages/Languages.html Language Examples].
[[File:Console.JPG]]
This makes it relatively easy to create Domain Specific Languages or to interpret other languages, and create a rascal console for this. For examples with Exp, Func and Lisp, see the online [http://tutor.rascal-mpl.org/Courses/Recipes/Recipes.html#/Courses/Recipes/Languages/Languages.html Language Examples].


=={{header|Raven}}==
=={{header|Raven}}==