1
0

WIP on alternative (sexp) formula parsing

This commit is contained in:
cryptogopher
2019-11-10 23:14:36 +01:00
parent 841fcb2807
commit 60cfd17c0f
2 changed files with 115 additions and 22 deletions

View File

@@ -27,8 +27,8 @@ en:
parent_domain_mismatch: 'parent quantity has to be in the same domain'
formula:
invalid_formula: 'interpretation failed: %{msg}'
disallowed_token: 'includes disallowed token "%{token}"
(of type %{ttype}) at %{location}'
unparsable_formula: 'cannot be parsed'
disallowed_token: 'includes disallowed token "%{token}" (of type: %{ttype})'
disallowed_function_call: 'includes disallowed function call: %{function}'
unknown_quantity: 'contains undefined quantity: %{quantity}'
body_trackers: