This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
40eca048e0
lean2
/
tests
/
lean
/
find.lean
4 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean/parser): add command macros The idea is to allow users to define their own commands using Lua. The builtin command Find is now written in Lua. This commit also fixes a bug in the get_formatter() Lua API. It also adds String arguments to macros. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-26 20:58:47 +00:00
(** import("find.lua") **)
Find "^.ongr"
feat(frontends/lean/parser): add Find command Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-26 02:31:52 +00:00
Find "foo"
Find "(ab"
Reference in a new issue
Copy permalink