balance-platform/ex_pression

Support for `True`, `False`, `None` keywords

Closed this issue · 1 comments

Currently json keywords true, false, null are supported.
I propose to add support for python's True, False, None. This might help people who are used to python's syntax and reduce number of syntax errors.
I don't see any downsides.
@sofakingworld What do you think?

@mtvch

I don't see any downsides.

Agree.
Good task!