Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bewerter Struktureller Induktion
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Edward Sabinus
Bewerter Struktureller Induktion
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
main
Select Git revision
Branches
2
WIP
main
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
24
Apr
23
31
Mar
15
Dec
14
6
5
24
Nov
21
20
17
16
10
Update file README.md
main
main
Kompilierung auf Yapex gesetzt
Added for each error a class
WIP
WIP
Syntax errors are now reported in the same way as semantic analysis. If a syntax error occur, semantic analysis is skipped. Removed test case that is covered by syntax analysis.
Added tests to ExtraTest. Some test cases which violate grammar do not work with non deadly errors, so they are deadly now. removed test cases for errors which are now deadly. TODO: improve antlr error reporting to not start semantic analysis if syntax analysis got errors.
changed possible errrors to non deadly in both proof listener; Added test cases for all non deadly semantic errors. TODO: employ those tests in the test manager (some of the tests may be impossible to test due to syntax error from antlr)
make same Listener helper for both proof listener.
removed unused constructor parameters of Listener_Helper, changed possible errors to non deadly in Task_Listener
repaired name of AbstractEingabeverwalter, changed all possible errors to nondeadly in Listener_Helper and ADT_Listener, Added Tests for ADT for non deadly semantic errors
Added Error to namespace Metamodell; Added new Semantic Errors: deadly, non deadly and warning; transformed all KontexExceptions in Listener_Helper to SemanticErrors.
Update link to tests in README.md
Update the link to tests in README.md
replaced maxpt with confpt in assessment formula to not punish twice for not enough steps
Now the giving of maxpt when no errors are found applies to singletasks and configured inductioncases instead of only to the whole proof
Added Comments and Test for Comments, repaired excamples for FTree in antlr grammars
Move back to dotnet 5.0 from 6.0
added coords to trees; changed all Exceptions related to trees to show its coords
added coords to element, so every Part of the proof got coords. Changed all Exceptions related to elements to print its coords to the message. Maybe do the same for Trees?
All Exceptions in Parsing now show coords
Added separator after function Trees (optional for classic Trees), which where needed to parse the trees correctly. Addes new automatic Test for function Trees - Test is passed.
improved the grammar of function Trees, so it is possible to ignore unneeded brackets; implemented building of function Trees; WIP: Add a auto Test for function Trees and test function Trees
adjusted grammar of fTree, so only 1 nonterminal composes two fTrees. endless brackets still possible
Implemented ExitFTreeleaf for building TreeLeafs for function Trees
adopted Create_And_Test_Parsers.bat to new project name; Added alternative Tree form: like functions in Haskell; works currently with classic trees; TODO: implement function trees BUG: need seperator between each function tree (like end of lemma or inductioncase)
adopted readme to .NET 6.0; minor fixes in I/O
rename project from BaumtransformationBewerter to BewerterStrukturellerInduktion; switch to .Net 6.0 from .Net 3.1
merge from https://gitlab.informatik.uni-halle.de/ajnwd/bewerter-struktureller-induktion
Initial Commit
Loading