1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

88 Commits

Author SHA1 Message Date
Delyan Angelov
abf15e863c
v2: compile vrepl, 'fn main(){println(2+2)}' runs now
It works if you give it complete V programs like
fn main(){println(2+2)}
but not for single expressions like 2+2 or statements like a:='abc'
2020-04-02 19:21:12 +03:00
Alexey
a333ac1888
all: remove redundant parentheses in if statements 2020-03-29 10:08:42 +02:00
r00ster
bee8972632
readline: make some functions public 2020-03-27 09:55:15 +01:00
Delyan Angelov
ba088056ed
solaris: make 'v test-compiler' pass (stage 2) 2020-03-21 09:48:02 +01:00
joe-conigliaro
7f709c3285
update copyright years 2020-02-03 05:00:36 +01:00
Mateo Pidal
78c96fe989 term: get_terminal_size() 2020-01-28 05:18:19 +01:00
Shun Sakai
c8c43a2475 update copyright year 2020-01-23 21:04:46 +01:00
Delyan Angelov
7882312697 rename $if mac => $if macos , _mac.v => _darwin.v 2020-01-09 11:12:35 +01:00
Alexander Medvednikov
7b0e378947 fix clipboard_linux.v 2019-12-07 18:16:19 +03:00
Alexander Medvednikov
e1ad1794e3 fix readline_linux.v 2019-12-07 17:46:01 +03:00
Alexander Medvednikov
f4fe90ea6d C fn definitions on Linux 2019-11-22 19:00:56 +03:00
Alexander Medvednikov
c7f3413d70 more vfmt fixes 2019-11-10 19:49:19 +03:00
Henrixounez
f8ab629986 readline: fix cursor position with prompt including ansi escape sequences 2019-11-10 19:33:21 +03:00
aliczin
53981c8747 compiler: supress windows (MSVC) warnings 2019-11-05 14:09:33 +03:00
Henrixounez
b5d457b5ce readline: catch siguser signal to reset tty 2019-11-04 05:05:12 +03:00
Henrixounez
55f6e810cf repl: moved as a tool and using readline 2019-10-31 19:01:04 +03:00
Don Alfons Nisnoni
0c229aacdd readline: use new enum syntax 2019-10-31 14:06:48 +03:00
Don Alfons Nisnoni
acaf66ac80 readline: switch => match 2019-10-27 12:38:36 +03:00
Henrixounez
99e07718da readline: fix reading on linux, crash on mac 2019-10-16 12:46:24 +03:00
Alexander Medvednikov
66f36be7d0 Revert "repl: readline line editing "
This reverts commit 1956c6f906.
2019-10-16 03:31:48 +03:00
Alexander Medvednikov
00fd1abf82 readline: fix macos 2019-10-16 03:20:40 +03:00
Henrixounez
1956c6f906 repl: readline line editing 2019-10-16 02:50:48 +03:00
Henrixounez
bb1eca3564 readline: basic mac and windows version using os.getline 2019-10-15 09:04:22 +03:00
Henrixounez
5acadbab32 readline: optional return, automatic raw mode and standalone functions 2019-10-06 16:28:41 +03:00
Alexander Medvednikov
243626c7c1 readline: capitalize structs 2019-10-01 06:28:06 +03:00
Henrixounez
db44004d51 readline: utf8 compatibility 2019-09-23 13:43:24 +03:00
Henrixounez
04ff9ede9f readline: allow writing without tty + small fixes 2019-09-15 04:33:31 +03:00
Vitor Oliveira
1a099c9284 vlib: fix several typos 2019-09-14 23:54:14 +03:00
Henrixounez
f83bc9528d readline: added suspend handling and dont print special characters 2019-09-05 15:06:41 +03:00
Henrixounez
cc5470d068 readline: overwrite mode and eof fix 2019-09-05 02:02:04 +03:00
Henrixounez
216f343f09 readline: history feature 2019-09-03 16:07:20 +03:00
Henrixounez
510fb2a981 readline: add custom prompt feature 2019-09-02 20:22:33 +03:00
Henrixounez
9b8de9b59c readline: clear the screen on ctrl+l 2019-09-02 15:33:46 +03:00
Henrixounez
33ae7520e7 readline: added suppr key to delete characters right of cursor 2019-09-02 13:36:04 +03:00
Henrixounez
fe3639d547 readline: multiline wrapping for editing and cursor 2019-09-01 20:43:47 +03:00
Henrixounez
4abfb686ec readline: moving cursor feature 2019-09-01 01:02:33 +03:00
Henrixounez
95b107cbc6 readline: reworked dispatch architecture for easier features add 2019-08-31 21:18:32 +03:00
Henrixounez
a9a4032a11 readline: basic reading on linux 2019-08-31 00:54:53 +03:00