extensibleweb / webidl.js

An implementation of WebIDL in ECMAScript
55 stars 14 forks source link

implement unrestricted float #13

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

http://www.w3.org/TR/WebIDL/#idl-unrestricted-float

marcoscaceres commented 11 years ago

Implemented this one too (mostly copied @wibblymat's float code).

marcoscaceres commented 11 years ago

Needs code review: https://github.com/extensibleweb/webidl.js/blob/master/lib/types/UnrestrictedFloat.js