Commit Graph

100 Commits

Author SHA1 Message Date
servostar 33457203f8
Merge pull request #62 from Servostar/concept/ast-design
Concept/ast design
2024-05-08 19:19:45 +00:00
servostar 2d411e3b7b
Merge branch 'concept/memory-safety' into concept/ast-design 2024-05-08 19:19:32 +00:00
Sven Vogel 4322797eae added detach function 2024-05-08 20:44:52 +02:00
Sven Vogel a3f5bc1fe6 bumped action sdk 0.2.3 2024-05-08 14:11:39 +02:00
Sven Vogel a5cd609f68 bumped devkit 0.2.3 2024-05-08 14:06:12 +02:00
Sven Vogel 4840975b26 added graphviz to sdk 0.2.3 2024-05-08 14:03:35 +02:00
Sven Vogel dcda1158f2 added tmp folder handler 2024-05-08 13:55:40 +02:00
Sven Vogel 94efa65ed0 added test for graphviz 2024-05-08 13:49:06 +02:00
Sven Vogel 565d50b639 added gc module 2024-05-07 15:24:42 +02:00
Sven Vogel f32a16ea8e added tests for ast 2024-05-07 15:22:52 +02:00
Sven Vogel 86c74f66c2 added mote syntax elements 2024-05-07 13:04:22 +02:00
Sven Vogel 0a54dd5783 Merge branch 'concept/ast-design' of github.com:Servostar/gemstone into concept/ast-design
merged local changes
2024-05-07 09:51:19 +02:00
servostar 2b80287b56
Merge pull request #56 from Servostar/47-add-tests
47 add tests
2024-05-07 07:49:45 +00:00
servostar 0b832bf199
Merge branch 'concept/ast-design' into 47-add-tests 2024-05-07 07:48:12 +00:00
Sven Vogel 03855c5ae6 added more AST elements 2024-05-06 10:32:05 +02:00
Sven Vogel c6d8651ab6 added debug statements 2024-05-05 16:31:55 +02:00
Sven Vogel f7a3faad2e added test for accepting a file as input 2024-05-04 15:33:20 +02:00
Sven Vogel 01cf8345a0 reverted change of #aa7c62f0 in devkit
added script to run checks and tests in container
2024-05-02 12:14:59 +02:00
Sven Vogel c099a60ecf added test for compile time log level filter 2024-05-02 10:50:24 +02:00
Sven Vogel ebf526d6da added test for multiple output logger streams 2024-05-02 10:32:27 +02:00
Sven Vogel 138937af57 fixed output test and reformatted CMake 2024-05-02 10:04:00 +02:00
Sven Vogel dc240acb9d added section about writing tests to README 2024-05-02 09:59:42 +02:00
Sven Vogel 7bfe49c8ed renamed python test function for logger output 2024-05-02 09:49:50 +02:00
Sven Vogel 4b24e0645c added test for logger panic 2024-05-02 09:49:14 +02:00
Sven Vogel b386c11043 added first test 2024-05-02 08:26:18 +02:00
Sven Vogel 914935aafb added function to convert AST to graphviz diagram 2024-04-30 14:01:00 +02:00
SirTalksalot75 c5d70fdf7e
Merge pull request #25 from Servostar/4-Read-Source-File
4 read source file
2024-04-26 16:25:12 +02:00
Ur Mom 72bba3278a updated main.c 2024-04-26 16:21:54 +02:00
SirTalksalot75 cebe5c5bf4
Merge pull request #32 from Servostar/main
Update for branch 4
2024-04-26 16:16:21 +02:00
SirTalksalot75 7c1ec9b6e7
Merge pull request #31 from Servostar/30-fix-build-on-windows
30 fix build on windows
2024-04-26 16:15:16 +02:00
Sven Vogel e918139f88 added recurse 2024-04-26 15:37:17 +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
Sven Vogel 6f30be17e9 added dependency section in README 2024-04-24 23:58:15 +02:00
Sven Vogel df927cf7d6 fixed flag error and made option nounistd in lexer depend on compiler used 2024-04-24 22:47:59 +02:00
Sven Vogel 8cd1f2fb0d added compile flags which differ for MSVC and other compiler (GCC/Clang) 2024-04-24 22:37:21 +02:00
Sven Vogel d673d1de0a removed dependency of unistd.h from lexer 2024-04-24 22:36:58 +02:00
Sven Vogel 501f6f1602 file name macro searches for last char instead of last string 2024-04-24 22:31:35 +02:00
Sven Vogel 4f5cf6408e added blueprint for AST library 2024-04-23 15:58:07 +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
servostar 615559a825
Merge pull request #27 from Servostar/20-make-devkit-pull-current-source-from-github
20 make devkit pull current source from GitHub
2024-04-23 12:05:53 +00:00
SirTalksalot75 67efb13fe4
Merge pull request #28 from Servostar/main
Branch update
2024-04-22 15:59:40 +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
Sven Vogel ebb29807c8 bumped SDK version to 0.2.1 2024-04-22 13:31:20 +02:00
Sven Vogel aa7c62f021 Devkit now pulls source from main branch of the repository
Added git to SDK
Bumped version from 0.2.0 to 0.2.1
2024-04-22 13:15:33 +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