BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.05k stars 271 forks source link

removes the special Primus Lisp primitive #1477

Closed ivg closed 2 years ago

ivg commented 2 years ago

This primitive is now fully subsumed by the intrinsic primitive so there's no need to have two names for the same thing. To update the existing code that uses special, substitute every occurence of (special :foo) with (intrinsic 'foo)