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
44a86f5e80427147d17106484b51f29f25bfebb6
astaroth
/
acc
/
src
History
jpekkila
44a86f5e80
acc: Removed debug prints, old code. Also the scope of the declarations made inside a for statement is now properly tracked
2019-10-08 00:20:57 +03:00
..
acc.l
Clarified the syntax for real number literals. 1.0 is the same precision as AcReal, 1.0f is an explicit float and 1.0d is an explicit double.
2019-10-07 18:24:32 +03:00
acc.y
acc: Removed debug prints, old code. Also the scope of the declarations made inside a for statement is now properly tracked
2019-10-08 00:20:57 +03:00
ast.h
acc: Removed debug prints, old code. Also the scope of the declarations made inside a for statement is now properly tracked
2019-10-08 00:20:57 +03: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
acc: Removed debug prints, old code. Also the scope of the declarations made inside a for statement is now properly tracked
2019-10-08 00:20:57 +03:00