Opened 15 years ago
Closed 15 years ago
#290 closed enhancement (wontfix)
Add support for preprocessor function-like macros
| Reported by: | zirkel | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | front | Version: | |
| Keywords: | Cc: |
Description
We need to handle things like
#define f(x,y) (x+y)
Note:
See TracTickets
for help on using tickets.

In the new front end, file will be pre-processed as usual before generating TASS AST, which will take care of this.