Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Abgabe4Java
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominic Daniel Krämer
Abgabe4Java
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
acfa97d0e08c0c9aa68e5dbb34ba084cd22cad94
Select Git revision
0 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jan
10
9
8
7
6
5
Merge branch 'dominicsbranch' into 'main'
main
main
smaller changes to the exceptions
dominicsbranch
dominicsbranch
Merge branch 'dominicsbranch' into 'main'
applied final changes to the project
applied final changes to the project
changed a few variable names
advanced the SwingFunctionPlotter and the whole project documentation
Merge branch 'dominicsbranch' into 'main'
implemented that * and / get calculated before + and - (if the next expression is not capsuled)
commented and finished the ASTPrinter.java
added JavaDocs documentation to the Parser.java and Lexer.java
added JavaDocs documentation to the Parser.java and Lexer.java
added JavaDocs documentation to the Parser.java
Merge branch 'dominicsbranch' into 'main'
implemented final version of Parser.java and a fitting test class ParserTest.java
added parser test class (variable/ number)
Merge branch 'dominicsbranch' into 'main'
advanced the project structure & implemented the lexer test class
Merge branch 'dominicsbranch' into 'main'
implemented a first version of the functionplotter with swing
minor changes to the .txt files
implemented the evaluator, can handle all operations (variables are not working yet)
Merge branch 'dominicsbranch' into 'main'
implemented ASTPrinter to test the visitor pattern
implemented basics for the visitor pattern
Merge branch 'dominicsbranch' into 'main'
parser is now matching to the lexer.java pattern for decimals
parser can finally treat the brackets correctly
lexer now treats decimals as one token, not split into three (number, special, number)
Merge branch 'dominicsbranch' into 'main'
fixed a bug, parser can now parse decimals in combination with operators
fixed a bug, parser can now parse numbers that contains zeros
Merge branch 'dominicsbranch' into 'main'
fixed a bug in lexer.java, implemented whole parser(except brackets)
advanced the parser.java (added basics for the BinaryOperation)
Merge branch 'dominicsbranch' into 'main'
implemented basic FileReader functions in main.java
implemented better text output for the ParserExceptions
Merge branch 'dominicsbranch' into 'main'
added expressions.txt
Loading