-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial code generation for NEURON (#1078)
* Renamed CodegenCppVisitor to CodegenCoreneuronCppVisitor * Added NEURON code generator (CodegenNeuronCppVisitor) with comments and scaffold of the needed functions * Created abstract class CodegenCppVisitor for common functionality between CodegenNeuronCppVisitor and CodegenCoreneuronCppVisitor * Rearrange functions in CodegenCoreneuronCppVisitor to match CodegenNeuronCppVisitor and CodegenCppVisitor * Added unit test for the code generated for NEURON at the moment * Introduce CLI options for NEURON code generation and removed the references to C
- Loading branch information
1 parent
11ec824
commit 2c4c8e2
Showing
16 changed files
with
7,733 additions
and
5,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.