Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realtux/arch
Experimental lexical analyzer and programming language
https://github.com/realtux/arch
Last synced: 5 days ago
JSON representation
Experimental lexical analyzer and programming language
- Host: GitHub
- URL: https://github.com/realtux/arch
- Owner: realtux
- Created: 2014-08-31T17:08:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T03:20:09.000Z (about 10 years ago)
- Last Synced: 2024-03-18T19:00:18.269Z (8 months ago)
- Language: Python
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arch v0.01
==========Experimental lexical analyzer and programming language with a focus on recursive parsing techniques.
Arch aims to be:
- Clean
- Functional### Change Log
v0.0.1
- Added expression evaluation
- Added support for else constructs for conditionals
- Added support for nested conditionals
- Added conditionals supporting one expression
- Added "out" support for integers
- Added concatenation
- Added variables
- Added parse checking
- Added error handling
- Added "out" support for strings
- Added language construct "out" for outputting data to stdout