This website requires JavaScript.
Explore
Help
Register
Sign In
dbidwell
/
stationeers_lang
Watch
1
Star
0
Fork
0
You've already forked stationeers_lang
Code
Issues
2
Pull Requests
1
Actions
Packages
Projects
1
Releases
10
Wiki
Activity
Files
0ac010ef8f1fdea5fd536c5e76e9a7012c5d4028
stationeers_lang
/
rust_compiler
/
libs
/
compiler
/
src
/
test
History
Devin Bidwell
0ac010ef8f
Fixed documentation rendering and added ternary expressions
2025-12-10 18:00:20 -07:00
..
binary_expression.rs
Fixed documentation rendering and added ternary expressions
2025-12-10 18:00:20 -07:00
branching.rs
Implement AST for 'const' expressions. TODO -- add const expressions to compiler
2025-12-04 18:01:16 -07:00
declaration_function_invocation.rs
Implement AST for 'const' expressions. TODO -- add const expressions to compiler
2025-12-04 18:01:16 -07:00
declaration_literal.rs
Added support for compile-time constant hash expressions
2025-12-05 21:34:51 -07:00
function_declaration.rs
Unified the C# mod and the Rust compiler into a monorepo
2025-11-26 16:02:00 -07:00
logic_expression.rs
fold nested literal binary expressions
2025-12-05 23:25:23 -07:00
loops.rs
Unified the C# mod and the Rust compiler into a monorepo
2025-11-26 16:02:00 -07:00
math_syscall.rs
Fixed bug where infix wouldn't rewind when encountering a comma, causing the rest of a syscall parse in an assignment expression to fail
2025-12-10 00:09:16 -07:00
mod.rs
wip
2025-12-09 01:43:12 -07:00
syscall.rs
Found bug, unable to do an assignment expression with a syscall
2025-12-09 23:45:10 -07:00