1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-17 00:07:55 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
7af241bbdc Fixed linting issue 2019-09-07 02:02:25 -04:00
0a2fd478cd Improved path lookup 2019-09-07 01:47:58 -04:00
2a8135657d Fixed access to a member property right after a function call (#368) 2019-09-01 16:01:03 -04:00
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
1af8b37a0f New type system (#232)
* New type system

* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
3472630e6f Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
549b4abd3b Feature/#5 collect keyword alt (#141)
Implemented COLLECT key word
2018-10-24 21:30:05 -04:00
e02e861240 Hello world 2018-09-18 16:42:38 -04:00