|
63ea16d9e1
|
Merge pull request 'Fix #3: Add README.md' (#4) from proj/add-readme into master
Reviewed-on: #4
|
2024-11-26 14:36:45 +01:00 |
|
|
6355b545e5
|
Add README.md
|
2024-11-26 14:34:16 +01:00 |
|
|
f52b299a85
|
Update LICENSE
|
2024-11-22 15:46:26 +01:00 |
|
|
0a1074557f
|
Add LICENSE
|
2024-11-22 15:31:49 +01:00 |
|
|
04a993fef5
|
Fix LDLIBS linker errors
|
2024-03-28 15:25:08 +01:00 |
|
Bob Polis
|
9df3dd7d90
|
Use sc::request from libscrequest
|
2023-11-05 00:49:55 +00:00 |
|
Bob Polis
|
d8e726705a
|
Add libscrequest
|
2023-11-05 00:49:38 +00:00 |
|
Bob Polis
|
86e48c043a
|
Remove requester
|
2023-11-05 00:49:26 +00:00 |
|
Bob Polis
|
4aa4734ffc
|
Add check for http status, add post method
|
2023-11-04 23:52:27 +00:00 |
|
Bob Polis
|
b4910b1ab7
|
Changed url
|
2023-10-14 17:10:48 +02:00 |
|
Bob Polis
|
dbfb187e7c
|
Added libscterm dependency
|
2023-09-04 10:52:15 +02:00 |
|
Bob Polis
|
36589ccfbc
|
Fixed Makefile
|
2023-03-23 14:43:03 +01:00 |
|
Bob Polis
|
cd249bc9dd
|
Added premake.make
|
2023-02-09 17:05:37 +01:00 |
|
Bob Polis
|
96dba49bf1
|
Fixed Makfile
|
2023-02-09 17:04:18 +01:00 |
|
|
b5b369b080
|
Changed domain to bobpolis.com
|
2022-08-19 09:02:02 +02:00 |
|
|
d600cfb7c5
|
Added compiler, as stand-in replacement for interpreter
|
2022-08-19 08:47:07 +02:00 |
|
|
37ef764af7
|
Changed to compiler
|
2022-08-19 08:46:53 +02:00 |
|
Bob Polis
|
db255d5cf2
|
Removed -pthread and -fno-strict-aliasing flags
|
2021-11-13 19:13:07 +01:00 |
|
Bob Polis
|
70ab7cb13b
|
Changed url
|
2021-09-24 15:16:13 +02:00 |
|
Bob Polis
|
4aaeba9505
|
Added example
|
2021-09-24 14:55:19 +02:00 |
|
Bob Polis
|
ba776a46eb
|
Added substring test
|
2021-09-24 14:41:56 +02:00 |
|
Bob Polis
|
7eb6dcb5ef
|
Removed const from main signature
|
2021-09-17 17:12:02 +02:00 |
|
Bob Polis
|
f8ea704231
|
sources now taken from src directory
|
2020-11-08 13:26:54 +01:00 |
|
Bob Polis
|
5e9b21de30
|
moved sources into src directory
|
2020-11-08 13:26:27 +01:00 |
|
Bob Polis
|
08c45600d2
|
simplified data transfer: now directly appended to std::string
|
2020-11-04 14:06:01 +01:00 |
|
|
9ef1ffc1c9
|
replaced Makefile with new one that makes build dir
|
2020-10-30 23:24:30 +01:00 |
|
Bob Polis
|
34aaee7509
|
now forbids copying and moving
|
2020-10-30 13:26:23 +01:00 |
|
Bob Polis
|
191aafa32b
|
added destructor to requester for global cleanup
|
2020-10-30 11:11:30 +01:00 |
|
Bob Polis
|
567dbd584a
|
added ftp upload to sync target
|
2020-09-28 16:05:59 +02:00 |
|
Bob Polis
|
6626600c6a
|
added more files in between, expanded code significantly
|
2020-09-28 14:11:51 +02:00 |
|
Bob Polis
|
6ea02554cf
|
changed test string
|
2020-09-28 14:10:36 +02:00 |
|
Bob Polis
|
827b183550
|
fixed bug where loop index would stay on value stack
|
2020-09-28 14:10:17 +02:00 |
|
Bob Polis
|
ac18daa74c
|
added some test scripts to use (and test) previously unused instructions
|
2020-09-27 17:57:13 +02:00 |
|
Bob Polis
|
2700122ca3
|
added coverage script to quickly get overview of instructions used in given krul scripts
|
2020-09-27 17:39:36 +02:00 |
|
Bob Polis
|
9c9319dd8a
|
added find and replace script
|
2020-09-26 23:56:02 +02:00 |
|
Bob Polis
|
e87b32d72a
|
moved to_int into pop_int; compacted second pass by removing continues and changing to else-if
|
2020-09-22 15:03:00 +02:00 |
|
Bob Polis
|
a20f002341
|
added convenience methods pop_int and pop_str, which saved a lot of code
|
2020-09-22 14:12:39 +02:00 |
|
Bob Polis
|
7a6f9df82f
|
more readable syntax error construction
|
2020-09-22 13:41:23 +02:00 |
|
Bob Polis
|
0e735ce7a8
|
moved headers around a bit
|
2020-09-22 13:38:17 +02:00 |
|
Bob Polis
|
d1c4106bba
|
renamed _stack to _values, to make a clearer distinction between value and call stacks
|
2020-09-22 13:13:50 +02:00 |
|
Bob Polis
|
6fe4894c70
|
removed unnecessary extra initialisation
|
2020-09-22 11:02:41 +02:00 |
|
Bob Polis
|
184cab5205
|
improved first pass by using prog vector size instead of pc; added pc offset vector clear to reset
|
2020-09-22 10:51:20 +02:00 |
|
Bob Polis
|
27ad2a900c
|
changed all prog indices to size_t; added explanatory comments to ivars
|
2020-09-22 10:50:07 +02:00 |
|
Bob Polis
|
ea525575ab
|
expanded syntax error test by adding labels and comments
|
2020-09-21 16:38:32 +02:00 |
|
Bob Polis
|
2689faa67c
|
fixed line numbers for syntax errors by considering removed source lines: labels, comments
|
2020-09-21 16:37:40 +02:00 |
|
Bob Polis
|
eeeaf894e0
|
moved comment parsing to first pass, to save program space
|
2020-09-21 12:41:29 +02:00 |
|
Bob Polis
|
9c4bd366b6
|
added catch handler for syntax error when processing file args, for a clear error message with line number included
|
2020-09-21 12:26:32 +02:00 |
|
Bob Polis
|
372bc976a0
|
improved syntax_error to hold line number as well
|
2020-09-21 12:25:40 +02:00 |
|
Bob Polis
|
27b798a83e
|
added test for improved syntax error
|
2020-09-21 12:25:09 +02:00 |
|
Bob Polis
|
a78a2ebff2
|
removed empty line
|
2020-09-21 11:49:49 +02:00 |
|