seanfisk / rpython-stencil-language

A simple experimental programming language implementing finite difference using stencils.

Home Page:http://stencil-language.rtfd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPython Stencil Language Interpreter

https://travis-ci.org/seanfisk/rpython-stencil-language.png

A simple experimental programming language implementing finite difference using stencils.

It is written in RPython and uses RPLY for lexing and parsing.

Compatibility

PyPy ≥ 2.0-beta2

Inspiration

The following tutorial blog posts by Andrew Brown helped immensely in starting this project:

In addition, Alex Gaynor's Topaz project, a Ruby implementation written in RPython, has been especially helpful as a reference for using RPython and RPLY.

Credits

About

A simple experimental programming language implementing finite difference using stencils.

http://stencil-language.rtfd.org/


Languages

Language:Python 94.7%Language:Shell 4.7%Language:Slash 0.6%