8000 Tags · jendro/v · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jendro/v

Tags

0.1.21

Toggle 0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

mytest

Toggle mytest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.1.20

Toggle 0.1.20's commit message
V 0.1.20 changelog

0.1.19

Toggle 0.1.19's commit message
compiler: detect typos in function/variable/module names

0.1.18

Toggle 0.1.18's commit message
V 0.1.18

0.1.17

Toggle 0.1.17's commit message
V 0.1.17

0.1.16

Toggle 0.1.16's commit message
V 0.1.16

0.1.15

Toggle 0.1.15's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for VFLAGS environment variable, merged with cmd args.

Using VFLAGS, you can pass common options through it to the V compiler,
without having to manually specify them everytime when you type V ...
In addition, since environment variables are *inherited*, all subprocess
V compilers, which V launches (for example when compiling with -live),
will *also* use the same VFLAGS environment variable.

Example usage:
  export VFLAGS="-debug -show_c_cmd"
  v -live message.v

=> This will keep *both* of the generated C source files .message.c
   *AND* .message_shared_lib.c . It will also cause both V compile
   subprocesses to print their resulting C compiler backend lines.
   This is very useful when using GDB to debug problems.

v0.1.13

Toggle v0.1.13's commit message
V 0.1.13

v0.1.12

Toggle v0.1.12's commit message
V 0.1.12

0