MatrixAI / Architect

Programming Language for Type Safe Composition of Distributed Infrastructure
Apache License 2.0
1 stars 0 forks source link

Parser for Nix like Expression Language #23

Open CMCDragonkai opened 5 years ago

CMCDragonkai commented 5 years ago

The Architect language's syntax is expected to be similar to the Nix language, but with the addition of overloaded operators. We're using hnix as a starting point. Work is currently being done in the compiler branch.

CMCDragonkai commented 5 years ago

Dealing with pattern matching syntax: https://github.com/MatrixAI/Architect/issues/18 Reserved identifiers: https://github.com/MatrixAI/Architect/issues/17