1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-04-13 11:50:30 +02:00

20 Commits

Author SHA1 Message Date
ConaGo
bc5dd5feed
Tests variable ()
* added tests for runtime/expressions/variable
2021-07-28 10:47:23 -04:00
Tim Voronov
f4876c05a3
Added LIKE operator ()
* Added LIKE operator
2021-02-15 11:37:52 -05:00
Tim Voronov
cf43c7fdad
Feature/#293 regular exp operator ()
* Added Regexp operator

* Added simple type check

* Fixed linting issue
2019-07-09 14:19:53 -04:00
Tim Voronov
d7b923e4c3
Feature/#220 iframe support ()
* Refactored Virtual DOM structure
* Added new E2E tests
* Updated E2E Test Runner
2019-06-19 17:58:56 -04:00
Tim Voronov
6933798419
Bugfix/#295 arithmetic operators ()
* Some work

* Updated Add operator

* Updated Subtract operator

* Updated Subtract operator tests

* Added tests for multiplication

* Added division

* Updated the rest of operators
2019-05-19 12:12:11 -04:00
3timeslazy
acf2f13dcb Linter Cleanups ()
* sync with MontFerret/ferret

* fix --param handling

When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.

* remove impossible conditions nil != nil

* delete ineffectual assignments

* replace '+= 1' with '++'

* remove useless comparison with nil

* merge variable declarations

* remove bool comparison

* fix imports

* fix imports

* delete unused file

* use copy instead of loop

* delete unused DummyInterface

* remove unnecassary break statements

* tidy modules
2019-05-03 17:10:34 -04:00
Tim Voronov
1af8b37a0f
New type system ()
* New type system

* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
Tim Voronov
5620be211c
Next ()
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() ()

* Bug/#189 operators precedence ()

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/#200 drivers ()

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function ()

* Renamed back PAGE to DOCUMENT ()

* Added Getter and Setter interfaces
2018-12-21 23:14:41 -05:00
Tim Voronov
3472630e6f
Bug/#142 clauses and statements () 2018-10-28 01:45:26 -04:00
Tim Voronov
549b4abd3b
Feature/#5 collect keyword alt ()
Implemented COLLECT key word
2018-10-24 21:30:05 -04:00
Tim Voronov
e5ca63bcdb
Bug/binary expression ()
Added boolean binary operator
2018-10-17 11:41:40 -04:00
Tim Voronov
05a7582bba
Feature/inner html element child ()
* SOme wokrd

* Renamed example

* Updated example
2018-10-08 20:20:40 -04:00
Tim Voronov
0dfd58dc89
Feature/#1 array comparison operators ()
*  Added ALL IN

*  Completed Array operator

*  Fixed linting issues
2018-10-07 17:54:02 -04:00
David Landry
5188c243f6 Swap var -> const 2018-10-05 18:26:49 -04:00
David Landry
b970bf5a2b Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
David Landry
31c31247ac Remove var-declaration errors 2018-10-05 17:38:12 -04:00
Tim Voronov
aa5667f10b Added IN operator 2018-09-22 21:06:19 -04:00
Tim Voronov
8436fa7425 Updated operators 2018-09-22 20:28:33 -04:00
Tim Voronov
bbb9f7b68f Added range operator 2018-09-22 19:18:10 -04:00
Tim Voronov
e02e861240 Hello world 2018-09-18 16:42:38 -04:00