Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
-
EPITECH
- Paris, France
-
EPITECH
- Paris, France
Pinned
371 contributions in the last year
Contribution activity
October 2019
Created a pull request in vlang/v that received 5 comments
cli: create project helper
Additions:
Simple project creator helper.
Asks for project name and description, then create the folder, a v.mod file and a simple main.
Note:
v.mod
…
+90
−0
•
5
comments
- repl: add readline for user input
- readline: fix reading on linux, crash on mac
- repl: readline line editing
- readline: basic mac and windows version using os.getline to read
- repl: no save of lines from generated print and inside one-line conditions
- readline: optional return, automatic raw mode and standalone functions