You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cppsp_compiler mod.cppsp -header will generate .h file and turn int main(){...} a comment
module.ini:C:...\modfolder1,c:...\modfolder1
can use .cppsp mod by import
support multi-level namespace for @custom xxx(...)
import can also import .cppsp mods likeimport a.b.mod| a.b.mod represent the path a/b/mod.cppsp and path will be searched from parent path in module.ini | a.b.mod also generate namespace a{ namespace b{ namespace mod{...}}}
package : it is written in .cppsp, package d.e.f will replace namespace generated by import a.b.c
use : use namespaces like :use a.b.c. "xxx" from @Custom xxx(...) also affected by use
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
cppsp_compiler mod.cppsp -headerwill generate .h file and turn int main(){...} a commentimport a.b.mod| a.b.mod represent the path a/b/mod.cppsp and path will be searched from parent path in module.ini | a.b.mod also generate namespace a{ namespace b{ namespace mod{...}}}package: it is written in .cppsp,package d.e.fwill replace namespace generated by import a.b.cuse: use namespaces like :use a.b.c. "xxx" from @Custom xxx(...) also affected byuseThis discussion was created from the release cppsp v1.5 --module system update.
Beta Was this translation helpful? Give feedback.
All reactions