Commit Graph

12801 Commits (775c4c34b548eca795efc39d56eeac96c5394ad9)

Author SHA1 Message Date
Alexander Medvednikov fc7ac25a98 Revert "Revert "getline: check if newline at the end to not cut end of line""
This reverts commit bda50e96f0.
2019-06-27 02:12:50 +02:00
Alexander Medvednikov b9011804fc Revert "removed bits C code inside utf8 builtin"
This reverts commit f6a401aa02.
2019-06-27 02:12:28 +02:00
Alexander Medvednikov bda50e96f0 Revert "getline: check if newline at the end to not cut end of line"
This reverts commit d24be8cf6c.
2019-06-27 02:11:07 +02:00
Henrixounez f6a401aa02 removed bits C code inside utf8 builtin 2019-06-27 02:10:15 +02:00
Henrixounez d24be8cf6c getline: check if newline at the end to not cut end of line 2019-06-27 02:08:36 +02:00
thomas-senechal e57fbeee41 examples: VCasino 2019-06-27 02:05:05 +02:00
Robin Martijn a409a60b11 string.reverse() (#641) 2019-06-27 02:03:19 +02:00
Henrixounez 8b3802d9b8 help: cleaner help informations
help: added repl informations
2019-06-27 02:00:08 +02:00
Henrixounez b1183dfe2c parser: prompt error if struct is made public and if pub is wrongly used
added *yet* to the pub struct error
2019-06-27 01:56:19 +02:00
Alexander Medvednikov 7e641cd5ba structure printing: minor fixes 2019-06-27 01:55:37 +02:00
Henrixounez 40df91fc08 compiler: added structure printing capabilities 2019-06-27 01:47:45 +02:00
Alexander Medvednikov 694b34a995
Update azure-pipelines.yml 2019-06-27 01:37:12 +02:00
Alexander Medvednikov 4fe5a13239
Update azure-pipelines.yml 2019-06-27 01:32:39 +02:00
Alexander Medvednikov 7cd771af24
Update azure-pipelines.yml 2019-06-27 01:30:40 +02:00
Alexander Medvednikov c7e2c4a353
Update azure-pipelines.yml 2019-06-26 23:00:08 +02:00
Bowero 821c5934cc Changed position and made function public 2019-06-26 22:23:21 +02:00
Bowero 7ff0e48434 Added option to clear screen / clear() 2019-06-26 22:23:21 +02:00
Henrixounez 142d3deab4 base64: make encode and decode public 2019-06-26 22:22:06 +02:00
Henrixounez c1400f725f parsing: fixed compound assignment operator bug on for loops 2019-06-26 22:21:54 +02:00
Alexander Medvednikov ef737c5e61 parser.v: document "e" check 2019-06-26 21:44:08 +02:00
Henrixounez 6c7eaa7fd3 parser: fixed problem hexa being casted into float 2019-06-26 21:39:30 +02:00
Alexander Medvednikov ee09cde583 CI test successful 2019-06-26 21:36:44 +02:00
Alexander Medvednikov fcf60306c4 CI test: break tetris 2019-06-26 21:33:21 +02:00
Alexander Medvednikov 876715dd2a
Update azure-pipelines.yml 2019-06-26 21:24:27 +02:00
Alexander Medvednikov 2de24de948
Update .travis.yml 2019-06-26 21:14:31 +02:00
Alexander Medvednikov bec44af7fc
Update .travis.yml 2019-06-26 21:05:10 +02:00
Alexander Medvednikov eee8838078
Update azure-pipelines.yml 2019-06-26 21:02:30 +02:00
Alexander Medvednikov 14936e8ee8
Update azure-pipelines.yml 2019-06-26 20:59:14 +02:00
Alexander Medvednikov 55c78b67b8
Update azure-pipelines.yml 2019-06-26 20:54:47 +02:00
Alexander Medvednikov 5e89c1399a make test: build examples 2019-06-26 20:44:20 +02:00
shamofu 5177e11a98 Add Travis build status 2019-06-26 19:38:41 +02:00
S-YOU d998313bb1 fix tests 2019-06-26 19:37:02 +02:00
Alexander Medvednikov 2ca6859982 sync public fns 2019-06-26 18:29:43 +02:00
Alexander Medvednikov 5b5c6b7918 fix make clean 2019-06-26 18:12:30 +02:00
whoami e7f2babb5d separate .gitignore for examples (#667)
it will be easier to move the examples to a separate repository if it increases
2019-06-26 18:06:00 +02:00
Alexander Medvednikov e6d8612392
Update README.md 2019-06-26 18:04:10 +02:00
Alexander Medvednikov 92ecd0ca7c word_counter: handle bad path 2019-06-26 18:01:31 +02:00
Alexander Medvednikov 69a363472f
Update README.md 2019-06-26 17:58:59 +02:00
Alexander Medvednikov b87e61aa4e make lots of functions public 2019-06-26 17:51:05 +02:00
Alexander Medvednikov fc628f2ee9 http: public functions 2019-06-26 17:45:54 +02:00
Alexander Medvednikov fa51b24a60 remove @ token 2019-06-26 17:45:54 +02:00
Alexander Medvednikov db772b63bc
Update .travis.yml 2019-06-26 17:39:37 +02:00
Alexander Medvednikov 1c1c2a769d
Update .travis.yml 2019-06-26 17:37:42 +02:00
Alexander Medvednikov be3dae6b44 errno tmp fix 2019-06-26 17:04:38 +02:00
Alexander Medvednikov fa925f3092 os.v: clean up, remove C code, os.exec() 2019-06-26 17:01:50 +02:00
Alexander Medvednikov 3dea0ac8e1
Update PULL_REQUEST_TEMPLATE 2019-06-26 16:43:12 +02:00
Ryota.I (yabu) 61e4367aa8 👍 Fix up redundant type declare and remove space (#603) 2019-06-26 16:39:40 +02:00
shamofu 32e61b23d0 Fix typo 2019-06-26 16:20:14 +02:00
Stephan Bösebeck 4cf68ca7fe making time-methods public, fixing gamme of life example 2019-06-26 16:19:47 +02:00
Alex Medvednikov 3e8d902a13
Update README.md 2019-06-26 15:23:59 +02:00