dataknackpl / plancad

Just a programming exercise for constraint satisfaction problem solving in python
0 stars 0 forks source link

Move from constraint functions into query language #1

Open dataknackpl opened 4 years ago

dataknackpl commented 4 years ago

Inspired on Cluster Query Language: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html

Introduce attributes and and constraints using operators on it.

dataknackpl commented 4 years ago

Idea: http://blog.erezsh.com/how-to-write-a-dsl-in-python-with-lark/

dataknackpl commented 4 years ago

Very limited version with only "==" constraint constructed in https://github.com/dataknackpl/plancad/tree/1-query-language