bramw_baserow/formula
Davide Silvestri dbb847f88d Add && and || operators to the formula language 2024-04-10 07:51:40 +00:00
..
BaserowFormula.g4 Add && and || operators to the formula language 2024-04-10 07:51:40 +00:00
BaserowFormula.tokens Lookupfield 2021-11-24 10:53:00 +00:00
BaserowFormulaLexer.g4 Lookupfield 2021-11-24 10:53:00 +00:00
BaserowFormulaLexer.tokens Lookupfield 2021-11-24 10:53:00 +00:00
Dockerfile Updated openjdk to version 17 2023-09-07 17:49:27 +00:00
README.md Spelling 2022-07-29 09:12:43 +00:00
build.sh Move formula to core 2023-09-04 12:17:41 +00:00

README.md

Baserow Formula Language

This directory contains the ANLTR Grammar for Baserow's custom formula language.

Making changes to the language

If you want to make changes to the syntax of the formula language first you must update the grammar .g4 files found in this directory. Once done you will then need to be re-build the JavaScript and Python3 parsers generated from these grammars and used in Baserow's code. To do so run the ./build.sh which using Docker will generate the parsers in the correct locations for you.