Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins
2021-11-05
| ||
21:23 | EDIT main loop adjustments, appendtokens() doesnt muck up memory, mem_clear() to zero out memory before freeing Leaf check-in: 472ff4313d user: hattyhacker tags: trunk | |
17:05 | ADD appendtokens() and tokenslen(), Fixed gettokens() return in main.c to print recieved new tokens in loop check-in: 75857f3adf user: hattyhacker tags: trunk | |
2021-10-13
| ||
18:39 | EDIT Some utils code cleanup check-in: 69fdbaff68 user: hattyhacker tags: trunk | |
18:30 | ADD Keywords and length check on str_eq for string contains bugfix check-in: 06981c027d user: hattyhacker tags: trunk | |
18:18 | EDIT Readme with updates about slang_syntax.h, clarification that slang is a toy language, and including the initial references that birthed the concept check-in: b771f5d526 user: hattyhacker tags: trunk | |
18:10 | EDIT gettokens to return multiple token pointers, ADD Syntax header to contain lang definitions for quick syntax modification, EDIT existing files to match the new syntax defs check-in: 5f925bc8f5 user: hattyhacker tags: trunk | |
05:29 | ADD Get tokens from string (only whitespace-delimited), EDIT Consolodate gettoken into slang.h check-in: 24e5743a36 user: hattyhacker tags: trunk | |
2021-10-12
| ||
06:47 | EDIT isoperator and iskeyword to consolidate to new function with arrays as globals, ADD String in list function and get operator type function check-in: d5c3094264 user: hattyhacker tags: trunk | |
06:21 | ADD Basic operator parsing for individual token check-in: 33d967ad13 user: hattyhacker tags: trunk | |
2021-10-07
| ||
05:00 | ADD Functions for determining some basic types from raw strings (assuming properly tokened) check-in: 8679b367f1 user: hattyhacker tags: trunk | |
03:45 | [+] Initial REPL-ish files, just a simple loop check-in: fbff7e4491 user: hattyhacker tags: trunk | |
2021-10-06
| ||
22:25 | initial empty check-in check-in: d88ae7ee44 user: hattyhacker tags: trunk | |