CatInterpreters: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Interpreters and Emulators== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||[[Assembly Programming Language|Assembly-Like…" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{RightToc}} | |||
==Interpreters and Emulators== | ==Interpreters and Emulators== | ||
| Line 19: | Line 20: | ||
||A scheme interpreter capable of handling most scheme expressions, including lambda and lists. | ||A scheme interpreter capable of handling most scheme expressions, including lambda and lists. | ||
|} | |} | ||
{{LSLC|}} | |||
Revision as of 17:11, 3 April 2011
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Interpreters and Emulators
| Name | Creator | Description |
|---|---|---|
| Assembly-Like Programming Language | Xaviar Czervik | A compiler that runs assembly-like programs. |
| Computer:jaycoonlanguage | jayco121 Bing | A language written in LSL that is meant for my computer (available at the shop). |
| Scheme Interpreter | Xaviar Czervik | A scheme interpreter capable of handling most scheme expressions, including lambda and lists. |