This website works better with JavaScript.
Explore
Help
Register
Sign In
tlang
/
tlang
mirror of
http://deavmi.assigned.network/git/tlang/tlang.git
Watch
1
Star
0
Fork
You've already forked tlang
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Added floating point constants to test
constants
Tristan B. V. Kildaire
7 months ago
parent
c561060470
commit
f49b0ce2b9
1 changed files
with
2 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
source/tlang/testing/typecheck/simple_float_constant.t
3
source/tlang/testing/typecheck/simple_float_constant.t
Unescape
Escape
View File
@ -1,3 +1,4 @@
module
simple
;
float
df
;
float
f1
=
1.4
;
double
f2
=
1.4
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tlang/tlang
Title
Body
Create Issue