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
6569b07b7c
lean2
/
tests
/
lean
/
lua1.lean
9 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
chore(builtin): rename nat, int and real modules to Nat, Int and Real. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-01 21:52:25 +00:00
Import Int.
feat(frontends/lean): add support for embedded Lua scripts in Lean files Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-07 21:56:04 +00:00
Variable x : Int
feat(frontends/lean): use '(* ... *)' instead of '(** ... **)' for script code blocks Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 18:32:47 +00:00
(*
feat(frontends/lean): add support for embedded Lua scripts in Lean files Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-07 21:56:04 +00:00
print("hello world from Lua")
feat(frontends/lean): use '(* ... *)' instead of '(** ... **)' for script code blocks Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 18:32:47 +00:00
*)
feat(frontends/lean): add support for embedded Lua scripts in Lean files Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-07 21:56:04 +00:00
Variable y : Int
Reference in a new issue
Copy permalink