Tim Voronov
|
bd6463fa29
|
Bench (#683)
* Extended public API
* Refactored event loop
* Refactored parser
* Fixed unit tests
* Added --dry-run opt
* Added total alloc
* Added profiler
* Fixed driver registration
|
2021-10-16 17:24:54 -04:00 |
|
3timeslazy
|
acf2f13dcb
|
Linter Cleanups (#294)
* 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 (#232)
* New type system
* Fixed dot notation for HTML elements
|
2019-02-13 12:31:18 -05:00 |
|
Tim Voronov
|
e5ca63bcdb
|
Bug/binary expression (#135)
Added boolean binary operator
|
2018-10-17 11:41:40 -04:00 |
|
Tim Voronov
|
0dfd58dc89
|
Feature/#1 array comparison operators (#71)
* #1 Added ALL IN
* #1 Completed Array operator
* #1 Fixed linting issues
|
2018-10-07 17:54:02 -04:00 |
|