Commit Graph
186 Commits
Author SHA1 Message Date
cozis eae8536e3b renamed samples to examples 2022-03-13 15:40:10 +01:00
cozis bf25e0f1a9 added year to the copyright notice 2022-03-13 15:34:42 +01:00
cozis 9f2cd139d0 new license 2022-03-13 15:30:01 +01:00
cozis 56dca3664f modified objective paragraph of the readme 2022-03-13 12:32:37 +01:00
cozis ef1a32eee4 added code example to the main README 2022-03-13 12:11:44 +01:00
cozis ee68905f92 added utf-8 string support 2022-03-13 00:40:10 +01:00
cozis 6017f99b07 bug fix and renamed file builtin object to files 2022-03-12 23:52:04 +01:00
cozis af089fb81f simplifying stuff 2022-03-12 23:38:23 +01:00
cozis 2dcfbd194e reorganizing code 2022-03-12 23:17:44 +01:00
cozis de11b968fb docs docs docs 2022-03-12 22:53:37 +01:00
cozis 1374e05579 simplified code and fixed a bug 2022-03-12 22:47:23 +01:00
cozis e120b1e8af removed dead code 2022-03-12 21:04:08 +01:00
cozis b8b04165cb new objectives paragraph in the readme 2022-03-12 20:58:03 +01:00
cozis 15d1d5bbe5 docs docs docs 2022-03-12 20:48:43 +01:00
cozis c1b442f843 wrote even more docs 2022-03-12 19:37:16 +01:00
cozis 04bd503755 wrote some more docs 2022-03-12 19:24:42 +01:00
cozis e4b1b6abf5 wrote some docs 2022-03-12 19:14:21 +01:00
Francesco CozzutoandGitHub 04c6cd0198 Merge pull request #1 from DanteFalzone0/patch-1
Add option for debugging messages
2022-03-12 12:54:59 +01:00
Dante FalzoneandGitHub 6a25171c30 added --debug option to build.sh 2022-03-11 19:02:10 -06:00
Dante FalzoneandGitHub ac465200d9 Added DEBUG macro #ifdef 2022-03-11 18:49:46 -06:00
Francesco Cozzuto 195cc01929 updated cli usage message 2022-03-10 20:27:44 +01:00
cozis 2c168edecd added sample that use the dir object 2022-03-10 19:13:50 +01:00
cozis 8deec027d1 added statis map object and used it to implement builtins. Also, new objects File and Directory 2022-03-10 19:00:30 +01:00
cozis 5b097e2b76 fixed tests 2022-03-09 13:09:38 +01:00
cozis 7412f91d7d added hash,copy methods for lists and maps. The hash method is now obligatory 2022-03-09 13:05:05 +01:00
cozis 0e9075bdbc impl hash and copy methods for bools 2022-03-09 12:45:20 +01:00
cozis a481bafc94 impl hash and copy methods for floats 2022-03-09 12:42:29 +01:00
cozis a74cbf2a18 implemented copy for ints 2022-03-09 12:40:49 +01:00
cozis ea51795aae implemented hash for ints and removed unused portion of the build script 2022-03-09 12:39:43 +01:00
cozis 84fa86c373 fixed bug introduced by the last couple of commits 2022-03-09 12:34:20 +01:00
cozis faf32659e0 fixed more warnings 2022-03-09 12:29:36 +01:00
cozis 91ca93b9e0 fixed warnings 2022-03-09 12:26:45 +01:00
cozis a35ceb1b05 updated readme 2022-03-08 23:21:17 +01:00
cozis b87090938b workin on docs 2022-03-08 23:21:03 +01:00
cozis 5ee9522158 working on docs 2022-03-08 22:59:34 +01:00
cozis 94dc01dcaa cleaned up the set of samples 2022-03-08 22:20:04 +01:00
cozis 542177e46f bug fix in buffer print 2022-03-08 22:06:56 +01:00
cozis 4836a9a8c9 bug fix 2022-03-08 21:59:59 +01:00
cozis e3afd00da2 changed NULL to 0 in function returning a bool 2022-03-08 21:50:11 +01:00
cozis 6f52f80805 new format convention 2022-03-08 21:49:31 +01:00
cozis 6600daba6b new cli api 2022-03-08 21:49:05 +01:00
cozis 567db2aeaf builtin newBuffer was marked as variadic instead of 1 arg 2022-03-08 21:18:40 +01:00
Francesco Cozzuto 265298f578 added sample of a bubble sort 2022-03-07 19:50:33 +01:00
Francesco Cozzuto de7479c7db added and,or operators 2022-03-07 19:50:18 +01:00
Francesco Cozzuto 3c2c68dfe5 reference to undefined variable was referred to as an internal error 2022-03-07 19:26:15 +01:00
Francesco Cozzuto c48e032840 identifier can contain numbers 2022-03-07 19:25:14 +01:00
cozis 4c779e9e8b more tests and boolean compare 2022-03-06 17:17:23 +01:00
cozis cb18c6ff91 added tests and equal operator on floats 2022-03-06 17:04:20 +01:00
cozis 4394d95829 removed more unused code 2022-03-06 16:46:06 +01:00
cozis 4ea2023da0 removed unused code 2022-03-06 16:43:56 +01:00