Sven Vogel
|
f16e2cfbaa
|
fixed: mismatched pointer type
|
2024-05-26 22:52:48 +02:00 |
Sven Vogel
|
2804fd552b
|
added function backend
|
2024-05-19 16:07:27 +02:00 |
Sven Vogel
|
1e60890919
|
added type interface
|
2024-05-16 12:29:11 +02:00 |
Sven Vogel
|
16fcd6c8e2
|
added backend lib
|
2024-05-16 00:44:02 +02:00 |
Filleo
|
8b61cca153
|
Merge branch 'main' into 68-generate-ast-from-parser-rules
|
2024-05-15 19:19:03 +02:00 |
Felix Müller
|
7789c7e597
|
added removal of root node after output generation
|
2024-05-15 17:03:18 +02:00 |
Felix Müller
|
8c063d7016
|
changed little error in main
|
2024-05-14 14:57:15 +02:00 |
Felix Müller
|
b3ad82cc49
|
moved root node to main
moved output code to main
removed '"' from string literals
|
2024-05-14 14:03:45 +02:00 |
Sven Vogel
|
02e7c2775b
|
added better parser error messages
|
2024-05-13 16:13:49 +02:00 |
Sven Vogel
|
efeb482128
|
removed gc
|
2024-05-08 22:10:14 +02:00 |
Sven Vogel
|
565d50b639
|
added gc module
|
2024-05-07 15:24:42 +02:00 |
Sven Vogel
|
86c74f66c2
|
added mote syntax elements
|
2024-05-07 13:04:22 +02:00 |
servostar
|
0b832bf199
|
Merge branch 'concept/ast-design' into 47-add-tests
|
2024-05-07 07:48:12 +00:00 |
Sven Vogel
|
c6d8651ab6
|
added debug statements
|
2024-05-05 16:31:55 +02:00 |
Sven Vogel
|
914935aafb
|
added function to convert AST to graphviz diagram
|
2024-04-30 14:01:00 +02:00 |
Ur Mom
|
72bba3278a
|
updated main.c
|
2024-04-26 16:21:54 +02:00 |
SirTalksalot75
|
5f53d1dce4
|
Update main.c
changed indendation and declared and initialized yyin after file opening
|
2024-04-25 14:02:12 +02:00 |
SirTalksalot75
|
520520e576
|
Update main.c
moved atexit() to setup
|
2024-04-23 15:27:11 +02:00 |
SirTalksalot75
|
fafcb942e0
|
Update main.c
fixed typo, and changed close_file function
|
2024-04-23 14:38:30 +02:00 |
SirTalksalot75
|
dad9cbb93a
|
Update main.c
fixed typo
|
2024-04-23 14:32:00 +02:00 |
SirTalksalot75
|
7797595fef
|
Update main.c
added File Insertion through arguments
|
2024-04-23 14:25:49 +02:00 |
SirTalksalot75
|
a85558e118
|
Update main.c
changed close_file Function
changed ERROR to PANIC
|
2024-04-22 14:01:18 +02:00 |
SirTalksalot75
|
05d603f7ac
|
Update main.c
added Function for file closing
|
2024-04-22 13:41:37 +02:00 |
SirTalksalot75
|
4976aeb22f
|
Update main.c
fixed typo
|
2024-04-22 12:57:49 +02:00 |
SirTalksalot75
|
6d249dd9ea
|
Update main.c
deleted fclose()
|
2024-04-22 12:54:20 +02:00 |
SirTalksalot75
|
6fca12df39
|
modified main.c
-added Error-message from Logging API.
-changed exit and moved after yyparse()
-added extern for file name
todo: make file name user input variable.
|
2024-04-22 12:53:48 +02:00 |
SirTalksalot75
|
1cfe9485e9
|
added case for missing input of file to main.c
|
2024-04-22 11:51:27 +02:00 |
SirTalksalot75
|
e90cd80fbe
|
added prototype for File-reading to main.c
|
2024-04-21 22:48:29 +02:00 |
Sven Vogel
|
95f6b4ddc1
|
fixed warnings in main.c regarding whiteapace and declaration of main
|
2024-04-12 18:20:18 +02:00 |
Sven Vogel
|
667f985d30
|
added documentation to main.c
|
2024-04-12 17:29:39 +02:00 |
Sven Vogel
|
4f30e6308d
|
added function for notifying about exit
|
2024-04-12 17:28:20 +02:00 |
Sven Vogel
|
f90ee70a8d
|
added sys/log module and setup function
|
2024-04-12 17:24:12 +02:00 |
Sven Vogel
|
9c02a86a51
|
added canonical project structure
|
2024-02-04 16:23:32 +01:00 |