Commit Graph
163 Commits
Author SHA1 Message Date
cozis fc0f4905c7 fixed bad grammar 2022-04-02 01:14:43 +02:00
Francesco CozzutoandGitHub f6ded0c2b8 Merge pull request #5 from JustJ3di/main
bug fix
2022-04-02 01:14:45 +02:00
HermanandGitHub 41f62d2415 Update basic.c 2022-04-01 20:28:22 +02:00
HermanandGitHub f53c3b2052 Fix bug empity string
Added a control if the string in the build in funcion unicode() is empity
2022-04-01 20:25:28 +02:00
cozis 73959929c3 fixed compilation error 2022-04-01 20:11:44 +02:00
Francesco CozzutoandGitHub a9812b2dee Merge pull request #3 from JustJ3di/main
Update basic.c
2022-04-01 20:09:37 +02:00
HermanandGitHub f3880fad79 Update basic.c
added build  that returns utf-32 from a string.
2022-04-01 20:06:03 +02:00
cozis 7321235fbf bug fixed. GOTO jumped over the definition of the returned variable 2022-04-01 19:32:29 +02:00
cozis 4039d6eee2 upd rdme 2022-03-27 17:27:55 +02:00
cozis db9dfe82bd same as the prev 2022-03-27 17:25:37 +02:00
cozis 353695afd0 updated development state paragraph 2022-03-27 17:22:46 +02:00
cozis 0b66a4aad9 fixed markdown error 2022-03-27 17:19:12 +02:00
cozis 65decb484e rereorganized readme 2022-03-27 17:18:13 +02:00
cozis cb6e88a448 reorganized readme 2022-03-27 17:12:30 +02:00
cozis 9aedb9e109 cleaner docs 2022-03-27 16:50:43 +02:00
cozis cca7bfb91c cleaning up docs 2022-03-27 16:48:14 +02:00
cozis a3174fdcde impl negation 2022-03-27 16:33:49 +02:00
cozis f096c82188 fixed code snippet in docs 2022-03-27 15:47:12 +02:00
cozis 0507b71c35 workin' on docs 2022-03-27 15:35:40 +02:00
Francesco Cozzuto 4b558993a8 workin' on docs 2022-03-27 15:02:20 +02:00
cozis ad7e91bbf1 updated path in example script 2022-03-15 12:42:52 +01:00
cozis 90ae41be27 added input builtin 2022-03-14 23:10:29 +01:00
cozis 64f667127d typo fix 2022-03-13 21:52:59 +01:00
cozis 66412f65b6 fixed build error for gcc 9 2022-03-13 21:34:47 +01:00
cozis 3a49b82135 even cuter comments 2022-03-13 16:28:41 +01:00
cozis 4f8aaa7eca cuter license comment 2022-03-13 16:05:34 +01:00
cozis 43f13958ec simplifying 2022-03-13 15:46:57 +01:00
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