1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/compiler
Tim Voronov 22382a0f61
Added namespace builder ()
* Added namespace builder

* Fixed linting issues

* Added extra check

* Updated e2e lib

* Renamed NamespaceBuilder to NamespaceContainer and changed func receivers

* Renamed NewLib to RegisterLib
2019-07-22 17:21:20 -04:00
..
compiler_array_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_collect_aggregate_test.go Feature/#5 collect keyword alt () 2018-10-24 21:30:05 -04:00
compiler_collect_count_test.go Feature/#5 collect keyword alt () 2018-10-24 21:30:05 -04:00
compiler_collect_into_test.go Feature/#5 collect keyword alt () 2018-10-24 21:30:05 -04:00
compiler_collect_test.go Bug/#142 clauses and statements () 2018-10-28 01:45:26 -04:00
compiler_collect_with_count_test.go Feature/#5 collect keyword alt () 2018-10-24 21:30:05 -04:00
compiler_eq_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_filter_test.go Bug/#142 clauses and statements () 2018-10-28 01:45:26 -04:00
compiler_for_ternary_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_for_test.go Bug/#142 clauses and statements () 2018-10-28 01:45:26 -04:00
compiler_func_ns_test.go Added namespace builder () 2019-07-22 17:21:20 -04:00
compiler_func_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_in_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_let_test.go Fixed use of duplicate variable as a source in FOR IN statement () 2018-11-30 13:12:00 -05:00
compiler_limit_test.go Bug/#142 clauses and statements () 2018-10-28 01:45:26 -04:00
compiler_logical_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_math_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_member_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_param_test.go Feature/#5 collect keyword alt () 2018-10-24 21:30:05 -04:00
compiler_precedence_test.go Next () 2018-12-21 23:14:41 -05:00
compiler_range_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_regexp_test.go Added namespace builder () 2019-07-22 17:21:20 -04:00
compiler_return_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_sort_test.go Bug/#142 clauses and statements () 2018-10-28 01:45:26 -04:00
compiler_str_test.go Feature/#220 iframe support () 2019-06-19 17:58:56 -04:00
compiler_ternary_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler_unary_test.go Added some benchmarks () 2018-10-24 19:40:57 -04:00
compiler.go Added namespace builder () 2019-07-22 17:21:20 -04:00
errors.go Hello world 2018-09-18 16:42:38 -04:00
listener.go Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
namespace_test.go Added namespace builder () 2019-07-22 17:21:20 -04:00
namespace.go Added namespace builder () 2019-07-22 17:21:20 -04:00
options.go Updated README 2018-09-18 21:41:16 -04:00
result.go Linter Cleanup () 2019-03-29 10:48:51 -04:00
scope.go New type system () 2019-02-13 12:31:18 -05:00
visitor.go Feature/#293 regular exp operator () 2019-07-09 14:19:53 -04:00