Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liljencrantz/anna
Interpreter for statically typed, duck typed language with list style macros
https://github.com/liljencrantz/anna
Last synced: 2 months ago
JSON representation
Interpreter for statically typed, duck typed language with list style macros
- Host: GitHub
- URL: https://github.com/liljencrantz/anna
- Owner: liljencrantz
- License: bsd-2-clause
- Created: 2010-02-28T18:14:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T17:25:40.000Z (almost 9 years ago)
- Last Synced: 2024-08-03T18:16:24.039Z (6 months ago)
- Language: C
- Homepage:
- Size: 4.21 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: License
Awesome Lists containing this project
- AwesomeInterpreter - anna
README
This is an interpreter for the Anna language. Anna is a computer
language with a C-like syntax, structural typing and LISP-style
macros.The Anna interpreter is working and only has a small number of glaring
functionality holes, but the standard library is still a barren
wasteland. After installing Anna, the documentation should be
available in HTML format in /usr/local/share/doc/anna/index.html. You
can also check out the various example files in the util, perf and
tests directories to get a feel for how the language works.