Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S sweet-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • sweet-js
  • sweet-core
  • Wiki
  • Example macros

Example macros · Changes

Page history
Updated Example macros (markdown) authored Apr 01, 2015 by Nathan Faubion's avatar Nathan Faubion
Show whitespace changes
Inline Side-by-side
Example-macros.md
View page @ fd9309b0
...@@ -32,6 +32,7 @@ Note that these gists aren't necessarily kept up to date and might not work with ...@@ -32,6 +32,7 @@ Note that these gists aren't necessarily kept up to date and might not work with
* [constexpr](https://gist.github.com/natefaubion/f4be4c8531ef45de87b4) - evaluate expressions at compile time * [constexpr](https://gist.github.com/natefaubion/f4be4c8531ef45de87b4) - evaluate expressions at compile time
* [curried/partial](https://gist.github.com/trxcllnt/1f1742215c29b2d29c51) - macros to curry and partially apply functions or macros. * [curried/partial](https://gist.github.com/trxcllnt/1f1742215c29b2d29c51) - macros to curry and partially apply functions or macros.
* [`nin` ("not in") operator](https://gist.github.com/jugglinmike/8551293) * [`nin` ("not in") operator](https://gist.github.com/jugglinmike/8551293)
* [argument threading operator](https://gist.github.com/natefaubion/c70704618bb618cc636c)
## <0.3.0 ## <0.3.0
* [parameter annotations](https://gist.github.com/3902112) * [parameter annotations](https://gist.github.com/3902112)
......
Clone repository
  • Example macros
  • FAQ
  • High level design overview
  • Home
  • Macro resources
  • Patterns
  • Syntax Case
  • case api
  • custom operators
  • design
  • expander design
  • modules
  • node loader
  • pattern_class
  • reader scratch
View All Pages