FALSE method

  1. @override
Parser FALSE()
override

Implementation

@override
Parser FALSE() =>
    super.FALSE().map((c) => ConstantExpression<bool>(c.value != 'false'));