extensibleweb / webidl.js

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

Implement Boolean type #3

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

Implement Web IDL Boolean and the ECMAScript boolean binding.

marcoscaceres commented 11 years ago

Untested implementation of boolean is available.

marcoscaceres commented 11 years ago

This task is blocked by: https://github.com/extensibleweb/webidl.js/issues/34

marcoscaceres commented 11 years ago

Needs code review.

marcoscaceres commented 11 years ago

I self reviewed this. It's been 3 months since I wrote this code, so I feel it's been long enough to review it with fresh eyes.