This website requires JavaScript.
Explore
Help
Sign In
r4
/
lang
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
44
Commits
1
Branch
0
Tags
22f71d7e569a16e257e77bbcd8ce835811a5f343
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
r4
22f71d7e56
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
examples
allow for one-line if and else bodies without {}
2021-12-26 19:18:52 +01:00
ir.c
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
ir.h
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
lex.c
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
lex.h
unify printing + add basic strings
2021-12-25 12:16:06 +01:00
LICENSE
Initial commit
2021-12-21 01:16:55 +01:00
main.c
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
Makefile
move preprocessor args into CPPFLAGS
2021-12-25 22:32:16 +01:00
map_test.c
init
2021-12-21 01:18:22 +01:00
map.c
replace malloc with xmalloc
2021-12-22 13:10:00 +01:00
map.h
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
parse.c
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
parse.h
add builtin functions
2021-12-22 16:09:52 +01:00
pool_test.c
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
README.md
Update 'README.md'
2021-12-23 22:05:43 +01:00
runtime.c
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
runtime.h
rename arith to binary
2021-12-23 20:10:02 +01:00
tok.c
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
tok.h
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
util.c
add sleep() function and improve Windows support
2021-12-25 14:06:20 +01:00
util.h
add sleep() function and improve Windows support
2021-12-25 14:06:20 +01:00
vm.c
add pointers, variable arguments and void functions
2021-12-28 13:39:12 +01:00
vm.h
add VM
2021-12-22 17:23:24 +01:00
README.md
lang
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
I should probably come up with a name...
Readme
419
KiB
Languages
C
98.3%
Makefile
1.4%
C++
0.3%