• Joined on 2023-09-27
Daniel pushed to main at Daniel/playaround_ideas 2025-05-08 19:47:58 +02:00
d47bfdfcc0 Update README.md
Daniel pushed to main at Daniel/master-thesis 2025-05-08 16:32:20 +02:00
ae03ebdf1d implementation: finished re-reading chapter and fixed suboptimal wording
Daniel pushed to main at Daniel/master-thesis 2025-05-08 12:34:27 +02:00
6b7205e026 implementation: Finished chapter. checking for errors and textual improvements not finished
Daniel pushed to main at Daniel/master-thesis 2025-05-04 13:54:17 +02:00
b69a3efe96 implementation: continued writing transpiler section
Daniel pushed to main at Daniel/master-thesis 2025-05-03 12:25:49 +02:00
18d89e27ca implementation: started transpiler section
Daniel pushed to main at Daniel/master-thesis 2025-05-02 12:35:16 +02:00
e8e457eae9 implementation: finished interpreter section and started transpiler section
Daniel pushed to main at Daniel/master-thesis 2025-05-01 14:36:31 +02:00
c4187a131e implementation: finished interpreter section
Daniel pushed to main at Daniel/master-thesis 2025-04-27 13:17:43 +02:00
101b13e7e7 implementation: started writing interpreter section; finished CPU-side part; also found error with interpreter
Daniel commented on issue Daniel/master-thesis#15 2025-04-27 12:46:36 +02:00
Interpreter: Test complex expressions

The interpreter only ever interprets the first expression. This needs to be changed.

See Interpreter.jl for todo on how to fix this

Daniel pushed to main at Daniel/master-thesis 2025-04-26 13:46:32 +02:00
e571fa5bd6 implementation: finished pre-processing section; updated code
Daniel pushed to main at Daniel/master-thesis 2025-04-25 16:23:11 +02:00
ad2eab2e0a implementation: continued pre-processing section; added cache to ExpressionProcessing.jl to improve performance
Daniel pushed to main at Daniel/master-thesis 2025-04-21 11:59:02 +02:00
b40a06af3f implementation: started describing frontend
Daniel pushed to main at Daniel/master-thesis 2025-04-20 12:18:48 +02:00
210831146a implementation: started writing impl; finished technology section
Daniel opened issue Daniel/master-thesis#15 2025-04-19 11:44:43 +02:00
Interpreter: Test complex expressions
Daniel closed issue Daniel/master-thesis#11 2025-04-19 10:55:46 +02:00
ExpressionProcessing: Error with single argument operators
Daniel commented on issue Daniel/master-thesis#11 2025-04-19 10:55:46 +02:00
ExpressionProcessing: Error with single argument operators

Fixed in 90a4194283

Daniel pushed to main at Daniel/master-thesis 2025-04-19 10:54:51 +02:00
90a4194283 expression processing: fixed error if expression contained nested unary operators such as log(sqrt(4))
Daniel pushed to main at Daniel/master-thesis 2025-04-19 08:44:44 +02:00
0d888edc52 Merge pull request #2 from daniwipes/expression-file
4fe9040a6f Make @btime work
bc49b33149 Bugfix
293c5f13a4 Add files with expressions, parser, Nikuradse dataset and a new test case.
Compare 4 commits »
Daniel pushed to main at Daniel/master-thesis 2025-04-18 12:42:05 +02:00
742a544e1a concept and design: finished reworking sections
Daniel pushed to main at Daniel/master-thesis 2025-04-17 15:13:14 +02:00
6ab826cc42 concept and design: rewrote requirements section