This website requires JavaScript.
Explore
Help
Sign In
jessebrault
/
deimos-lang
Watch
1
Star
0
Fork
0
You've already forked deimos-lang
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9dfdcd716b
deimos-lang
/
src
/
name_analysis
History
Jesse Brault
9dfdcd716b
Modest implementation of lowering to IR and Instruction code.
2025-11-19 23:23:43 -06:00
..
symbol
Modest implementation of lowering to IR and Instruction code.
2025-11-19 23:23:43 -06:00
symbol_table
Better handling of global imports.
2025-11-02 13:41:00 -06:00
first_pass.rs
Fixed spacing for suffix operators. Now calls require at least one of parentheses and/or closure.
2025-11-03 14:42:41 -06:00
gather_2.rs.bak
Bunch of work on name analysis. Reintroduce Rc<RefCell<_>> for symbols.
2025-10-20 20:55:29 -05:00
gather.rs.bak
WIP redoing name analysis.
2025-09-29 09:39:13 -05:00
mod.rs
Better handling of global imports.
2025-11-02 13:41:00 -06:00
resolve.rs.bak
WIP redoing name analysis.
2025-09-29 09:39:13 -05:00
second_pass.rs
Add support for polymorphic enum builds (used for suffix operators).
2025-11-15 18:13:25 -06:00
util.rs
Successfully fixed implicit global println test.
2025-11-01 21:38:52 -05:00