Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
Stars
180
Forks
12
Watchers
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
330
commits
37
3
2
1
Merge pull request #80 from gudzpoz/master
a0ed143
Correct bytecode length and duplicates in opcode table
15fd7e4
Document catch(141) and pushcatch(50)
c67b8a2
Correct bytecode counts for varref/set/bind and unbind
bad3e61
Correct bytecode counts for call[0]..call[7]
787cd36
Try to get CircleCI working again
699ab48
Merge pull request #78 from CeleritasCelery/master
0669505
Fix missing open parens
19ba05f
Merge pull request #77 from tkurtbond/master
673f9d6
Fix a typo and add an appendix name so the .info file builds without error.
4f5a5f0
Merge pull request #76 from CeleritasCelery/master
83a0f57
Fix extra close paren in DiscardN example
71b58d8
Add a few more references to the Emacs Lisp manual.
43d584d
goto does not read eval stack
aa7aa52
dup example typo
4937a2d