History for Tardis / lang / compile.py
2023-11-06
@Jookia
lang: Add module variables
Jookia committed on 6 Nov
@Jookia
lang: Check against None, not truthiness
Jookia committed on 6 Nov
2023-11-05
@Jookia
lang: Remove useless abort
Jookia committed on 5 Nov
@Jookia
lang: Use an object_list for use_modules
Jookia committed on 5 Nov
2023-11-03
@Jookia
lang: Rename module args to use_modules
Jookia committed on 3 Nov
@Jookia
lang: Pass dependencies to modules
Jookia committed on 3 Nov
2023-10-27
@Jookia
lang: Add module loading dependency walker
Jookia committed on 27 Oct
@Jookia
lang: Add code to find a module by its name
Jookia committed on 27 Oct
@Jookia
lang: Add a second module as a test
Jookia committed on 27 Oct
@Jookia
lang: Parse a module ID to the compiler
Jookia committed on 27 Oct
@Jookia
lang: Error on compile pass failure
Jookia committed on 27 Oct
@Jookia
lang: Read module name and module uses
Jookia committed on 27 Oct
2023-10-20
@Jookia
lang: Rename number to rational
Jookia committed on 20 Oct
2023-10-18
@Jookia
lang: Move abort_msg and abort_if to vm
Jookia committed on 18 Oct
@Jookia
lang: Pass VmState to abort
Jookia committed on 18 Oct
@Jookia
lang: Couple object functions to VmState ...
Jookia committed on 18 Oct
2023-09-03
@Jookia
lang: Add jumps (tail calls) ...
Jookia committed on 3 Sep
@Jookia
lang: compile: Fix error handling on invalid command
Jookia committed on 3 Sep
@Jookia
lang: compile: Fix clauses print
Jookia committed on 3 Sep
2023-09-02
@Jookia
lang: Allow whitespace
Jookia committed on 2 Sep
@Jookia
lang: Add ElseIf statements
Jookia committed on 2 Sep
@Jookia
lang: Add else clauses
Jookia committed on 2 Sep
@Jookia
lang: Only allow creating variables outside conditionals
Jookia committed on 2 Sep
@Jookia
lang: Add support for multiple if statements
Jookia committed on 2 Sep
@Jookia
lang: Label conditionals better
Jookia committed on 2 Sep
@Jookia
lang: Show multiple IR comments
Jookia committed on 2 Sep
@Jookia
lang: Add JUMP_ALWAYS bytecode
Jookia committed on 2 Sep
@Jookia
lang: Add simple If statements
Jookia committed on 2 Sep
@Jookia
lang: compile: Exit cleanly on error
Jookia committed on 2 Sep
@Jookia
lang: compile: Split bytecode generation in two
Jookia committed on 2 Sep