Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NI-RUN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Štěpánek
NI-RUN
Graph
8d898e37260ce9597af08727ff10eba146452059
Select Git revision
Branches
7
master
default
task0
task1
task1Fix
task2
task3
task4
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Jun
29
4
May
3
28
Apr
27
26
25
24
22
21
28
Mar
27
26
25
24
14
12
11
10
28
Feb
27
22
20
18
Commenting code
task4
task4
Fix CI back to BC interpreter
Change CI back to BC interpreter
Fix GC
Change code from collecting every allocation
Implement copying collection GC
Add time_get function
Start with copying collection implementation
Fix mistake in loop bc conversion
task3
task3
Fix mistake in CI
Modify CI
Code cleanup
Minor code refactor
Implement array with variable members (very ugly implementation) and fix conditional bug
Implement objects and add naive implementation of arrays (all indexes same value)
Implement loops + create variable when assigning to non-existent var
Fix if scopes
Implement if
Fix bug in interpreter
Fix missing return = finish subtask 1
Add new type to change function conversion to BC
Fix all tasks in subtask 1 except function calls
Debug subtask 1
Fix mem leak
Fix internals => bc conversion
Little bit of code fixing
Add bc structures => string conv.
Finish AST => BC structures conv. for subtask1
Implement basics of first subtask
Fix main file
Move constant enum
Begin with implementation of BC compiler
Init bc_compiler files and modify Makefile + fml.c to accomodate for bc_compiler
Fix bug with object dispatch
task2
task2
Little bit of code upkeep
Fix CI
Add bc_interpret tests to CI
Complete subtask3 = task2 implementation
Increase heap size
Continue with implementation up to method calls (only arrays missing)
Loading