Module: sip-router
Branch: andrei/script_vars
Commit: 80ae84b96ff8938df0593f60b114ccedec9b8a6e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80ae84b…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Dec 9 16:18:49 2008 +0100
script parsing: rvalues instead of expr.
- expressions are now evaluated in terms of rvalues
- more operators
- operator precedence
- cleanup
- NUMBER is now always positive (added intno which can be
negative)
---
cfg.lex | 2 +-
cfg.y | 526 +++++++++++++++++++++++++++------------------------------------
2 files changed, 224 insertions(+), 304 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=80a…