Go to file
Tim Chevalier a47cd50dfb Parse FP literals without coercing to int. This allows parsing 64-bit
floats. However, if someone writes a literal that can't be represented
precisely in 64 bits, the front-end will accept it while the back-end
will (presumably) complain.
2011-03-25 11:20:30 -07:00
doc Fix typo in Ref.Task.Comm 2011-03-25 08:43:10 -07:00
src Parse FP literals without coercing to int. This allows parsing 64-bit 2011-03-25 11:20:30 -07:00
.gitignore Ignore artifacts from in-tree builds 2011-03-25 08:43:05 -07:00
AUTHORS.txt Add Lindsey to AUTHORS. 2011-03-22 14:25:07 -07:00
LICENSE.txt Populate tree. 2010-06-23 21:03:09 -07:00
Makefile.in Parse FP literals without coercing to int. This allows parsing 64-bit 2011-03-25 11:20:30 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00
configure Auto-reconfigure on Makefile.in or configure change. 2011-03-25 10:29:45 -07:00

README

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://github.com/graydon/rust for current development page.