update opal.el for OPAL 2.4
1 unresolved thread
1 unresolved thread
Update to the OPAL emacs editing mode.
Merge request reports
Activity
Filter activity
changed milestone to %OPAL 2.4.0
- Resolved by snuverink_j
The parameters
MINSTEPFORREBIN
andMINBINEMITTED
of the Option command are missing.
added 1 commit
- 31334e4f - add MINSTEPFORREBIN and MINBINEMITTED to opal.el
grep and sed tell me that there are substantially more attributes: attributes
ack -h '^\s*\("[A-Z0-9_]+"' src/ |sed 's/\s*("\([^"]\+\)".*/"\1"/' |sort|uniq >attributes.txt ack -h 'Attributes::make.*\("[A-Z0-9_]+"' |sed 's/.*Attributes::make.*("\([^"]\+\)".*$/"\1"/' |sort|uniq >> attributes.txt cat attributes.txt |sort|uniq >attributes2.txt
Actually I used an other regex first such that also
IF()
andWHILE()
were in the list.
@gsell: Matthias is away, but had already approved before, can you approve?
mentioned in commit e2a50846
mentioned in issue #580 (closed)
Please register or sign in to reply