Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GameCompiler
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Jakub Stromski
GameCompiler
Graph
5ae705e5bba08fbe66117633f80a128a9b86ba45
Select Git revision
Branches
3
develop
default
protected
main
playground
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Dec
23
Nov
21
20
19
17
13
11
7
30
Oct
29
27
25
24
23
16
14
6
Game "Wilki i owca"
develop
develop
One line comment
Passing payoff to IPlayer
main
main
First game in 3 5 7
Linked main components
Resolved cyclic include
Player Interface
Creating Moves object
Main rule
Fixed getting player index in instruction block
Tools and project files
Setting next player in instruction block
Creation of State object and players list from SyntaxTree
INT and BOOL negations
Control flow finished (IF and WHILE instructions)
IF instruction
Return instructions
Linear BOOL operations
InstructionBlock runs linear code
Instruction and Expression classes
Documentation
Integer expression syntax
Instruction syntax
Prototype syntax of MOVES
Prototype syntax of main rule
Players list
Added type tracking
DataSet class and game state initialization
Base syntax of STATE
Syntax tree test
playground
playground
Bison returns SyntaxTree
Flex and Bison setup