summaryrefslogtreecommitdiffstats
path: root/src/bvrcommands.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* performance: garbage collectionHEADmastersijanec2021-01-211-16/+22
|
* ?e now explodes empty strings toosijanec2021-01-191-2/+3
|
* added dynamic memory allocation for long variable keys and valuessijanec2021-01-191-4/+7
|
* added an abstraction of accessing variables through file streams - possible to make functionssijanec2021-01-191-37/+63
|
* dodal arrayesijanec2021-01-191-1/+25
|
* added while loops, simple intager mathsijanec2021-01-191-2/+146
|
* final fixesAnton Luka Šijanec2020-06-091-3/+7
|
* fixAnton Luka Šijanec2020-06-091-1/+7
|
* should fork not-working to a special branch but wthsijanec2020-06-091-2/+68
|
* asdcsijanec2020-06-091-0/+44
|
* critical OOM bug fixAnton L. Šijanec2020-05-161-7/+23
|
* easier to add commands, accept values, added substirngAnton L. Šijanec2020-05-161-85/+110
|
* fix to allow nested commandsAnton L. Šijanec2020-05-151-15/+31
|
* testingAnton L. Šijanec2020-05-151-0/+31
|
* // => /**/ for CSSAnton L. Šijanec2020-05-141-0/+3
|
* another fix, so 404 aka not found files work (show error)Anton L. Šijanec2020-05-051-4/+13
|
* include finnally works to a usable extent.Anton L. Šijanec2020-05-051-9/+19
|
* including works-finnaly something to increase version number!Anton L. Šijanec2020-05-051-4/+28
| | | | ć# Please enter the commit message for your changes. Lines starting
* move variable fixAnton L. Šijanec2020-05-031-2/+2
|
* funtions with variables now include moveAnton L. Šijanec2020-05-031-3/+2
|
* now unquoted variables allow spaces, risky ...Anton L. Šijanec2020-05-031-1/+1
|
* variables setting and getting now works from bvr scriptsAnton L. Šijanec2020-05-031-0/+92
note to future self: don't make this a turing complete language