This website requires JavaScript.
Explore
Help
Sign In
r4
/
lang
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
28
Commits
1
Branch
0
Tags
92c4c5c991dcf007bca4a2db0c81555c5b3817bd
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
92c4c5c991
Merge branch 'master' of
https://git.nobrain.org/r4/lang
2021-12-23 22:26:55 +01:00
calculate_pi.script
add boolean logic
2021-12-23 21:06:49 +01:00
example.script
rewrite expression parser with parentheses
2021-12-23 15:56:12 +01:00
ir.c
support for builtin functions with 0 args
2021-12-23 22:25:41 +01:00
ir.h
add logical or and logical and
2021-12-23 21:42:09 +01:00
lex.c
add logical or and logical and
2021-12-23 21:42:09 +01:00
lex.h
init
2021-12-21 01:18:22 +01:00
LICENSE
Initial commit
2021-12-21 01:16:55 +01:00
main.c
add char literals
2021-12-23 21:26:53 +01:00
Makefile
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
mandelbrot.script
add mandelbrot example
2021-12-23 21:44:59 +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
support for builtin functions with 0 args
2021-12-23 22:25:41 +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 logical or and logical and
2021-12-23 21:42:09 +01:00
runtime.h
rename arith to binary
2021-12-23 20:10:02 +01:00
tok.c
add logical or and logical and
2021-12-23 21:42:09 +01:00
tok.h
add logical or and logical and
2021-12-23 21:42:09 +01:00
util.c
replace malloc with xmalloc
2021-12-22 13:10:00 +01:00
util.h
replace malloc with xmalloc
2021-12-22 13:10:00 +01:00
vm.c
add logical or and logical and
2021-12-23 21:42:09 +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%