Skip to content

DrPyser/expression-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expression-tree

Expression trees in python

This is an attempt to implement something similar to LINQ expressions trees(at least in purpose) in python, in a clean, simple and pythonic way(where 'pythonic' means clean and simple, and taking advantage of the features of the language).

A use case is to allow to define a generic, abstract representation of different kinds of expressions(e.g. boolean expressions), that can then be independently compiled/converted into another representation(e.g. JSON, SQL), or evaluated directly in python, under a context.

About

Expression trees in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages