This website requires JavaScript.
Explore
Help
Sign In
cwpearson
/
astaroth
Watch
1
Star
0
Fork
0
You've already forked astaroth
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a6cf5a8b792a6400c551f400f5dab4b582cdda5f
astaroth
/
acc
/
src
History
jpekkila
49581e8eaa
Added forward declaration for yyparse to avoid warnings with some compilers when compiling acc
2019-12-03 18:36:21 +02:00
..
acc.l
Added support for various binary operations (>=, <=, /= etc). Also bitwise operators | and & are now allowed
2019-10-18 01:52:14 +03:00
acc.y
Removed old unused tokens from the DSL grammar
2019-10-18 02:14:19 +03:00
ast.h
The structure holding an abstract syntax tree node (acc) was not properly initialized to 0, fixed
2019-11-27 09:16:32 +01:00
CMakeLists.txt
The issue on Puhti was that it was missing a static flex library which would have provided the function yywrap. Fixed by removing the static library dependency and adding option noyywrap to the lexer generator file
2019-09-24 17:19:19 +03:00
code_generator0.c
Added WIP stuff for the Astaroth DSL compiler rewrite. Once this branch is finished only a single source file will be needed (file ending .ac). This revision is needed to decouple absolutely all implementation-specific stuff (f.ex. AC_dsx) from the core library and make life easier for everyone. The plan is to provide a standard library header written in the DSL containing the derivative operations instead of hardcoding them in the CUDA implementation.
2019-10-02 21:03:59 +03:00
code_generator.c
Added forward declaration for yyparse to avoid warnings with some compilers when compiling acc
2019-12-03 18:36:21 +02:00