nemo icon indicating copy to clipboard operation
nemo copied to clipboard

A fast in-memory rule engine

Results 37 nemo issues
Sort by recently updated
recently updated
newest added

According to document `!` with unbound meta var name can be used to create a placeholder, but seems following code, can't create any placehold? By definition this should be an...

The current parser should be reworked to parse into a dedicated AST representation of the program, which then gets translated into a logical model. The latter should keep track of...

Parser

The dictionary needs to support (variable-free) terms of type "tuple". This includes lists, "labelled" lists, and in particular function terms. This can use the efficient dictionaries developed in #529.

enhancement
dictionary

While the parser now allows more general structure which allow more specific error messages, it may still fail to parse certain input. Here it would be good if the error...

Parser

The parser rework allows to show pretty and very descriptive error messages to the user. It would be helpful if there were a system similar to the integration tests that...

Parser

Release builds for modern apple architectures are currently done manually on a macbook. This build process should be done by the CI/CD when a new release is created.

enhancement
infrastructure