Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
bs
Browse files
May 10, 2022
fix rustfmt and clippy warnings
· 93e19f91
Kat
authored
May 10, 2022
93e19f91
May 09, 2022
Switch to stack-based variables, begin implementing function call support
· 0597e673
Kat
authored
May 09, 2022
0597e673
May 08, 2022
fix rustfmt and clippy warnings
· eef9deb0
Kat
authored
May 08, 2022
eef9deb0
allow reading from files
· cc4bae3d
Kat
authored
May 08, 2022
cc4bae3d
May 07, 2022
Fix CI script
· a6eee778
Kat
authored
May 07, 2022
a6eee778
Update gitlab pipeline to only run when rust source changes
· 0e1f18f8
Kat
authored
May 07, 2022
0e1f18f8
Update README
· 59e5cb94
Kat
authored
May 07, 2022
59e5cb94
Better string parsing, actually handle EBCDIC. Fix rustfmt error
· fb47edb9
Kat
authored
May 07, 2022
fb47edb9
Remove clippy errors, convert Value type to use operation traits
· 9de871cd
Kat
authored
May 07, 2022
9de871cd
May 06, 2022
Update .gitlab-ci.yml file
· 4da7d15d
Kat
authored
May 06, 2022
4da7d15d
Add in-place binary stack operation
· dddfdcc8
Kat
authored
May 06, 2022
dddfdcc8
Add error type for VM
· b0c2aa50
Kat
authored
May 06, 2022
b0c2aa50
Add README and LICENSE
· fac9339a
Kat
authored
May 06, 2022
fac9339a
Merge branch 'formatting' into 'master'
· 4884a7cc
Kat
authored
May 06, 2022
4884a7cc
Fixed most of clippy warnings
· 2eaf03ec
Sten
authored
May 06, 2022
2eaf03ec
Ran cargo fmt
· 80fa308c
Sten
authored
May 06, 2022
80fa308c
May 05, 2022
implement proper block handling
· d027b819
Kat
authored
May 05, 2022
d027b819
Implement function parsing
· d9f55385
Kat
authored
May 05, 2022
d9f55385
start adding functions, remove debug/echo functionality from return bytecode instruction
· d78fc53b
Kat
authored
May 05, 2022
d78fc53b
further compilation progress
· 39585bef
Kat
authored
May 04, 2022
39585bef
basic compilation
· c95500af
Kat
authored
May 04, 2022
c95500af
May 04, 2022
Add new instruction encoding object
· 723de14c
Kat
authored
May 04, 2022
723de14c
add docs for Operand
· 62aca12e
Kat
authored
May 04, 2022
62aca12e
change operands to more efficiently be turned into byte arrays
· 82b48336
Kat
authored
May 04, 2022
82b48336
add operand type
· 21bd8be6
Kat
authored
May 04, 2022
21bd8be6
fix subchunks code
· 559192f5
Kat
authored
May 04, 2022
559192f5
add subchunks
· f16d48fe
Kat
authored
May 04, 2022
f16d48fe
May 03, 2022
identifiers are case sensitive on first character only
· 3e2d8738
Kat
authored
May 03, 2022
3e2d8738
create compiler module and move preprocessor function to it. add assignment...
· 1a79fbbb
Kat
authored
May 03, 2022
1a79fbbb
May 02, 2022
rename string rules
· c727ca24
Kat
authored
May 02, 2022
c727ca24
start converting parse tree into AST
· 8802d253
Kat
authored
May 02, 2022
8802d253
start on parser
· 34373052
Kat
authored
May 02, 2022
34373052
create vm, start on parser
· c13e7a01
Kat
authored
May 01, 2022
c13e7a01
Apr 30, 2022
add 17-bit numbers (kinda jank but the whole language is jank so who cares)
· 5f90d3f6
Kat
authored
Apr 30, 2022
5f90d3f6
Apr 29, 2022
initial. add example
· efa61d8b
Kat
authored
Apr 29, 2022
efa61d8b
Loading