Sciweavers

458 search results - page 7 / 92
» A Dependently Typed Assembly Language
Sort
View
CMSB
2006
Springer
15 years 8 months ago
Type Inference in Systems Biology
Type checking and type inference are important concepts and methods of programming languages and software engineering. Type checking is a way to ensure some level of consistency, d...
François Fages, Sylvain Soliman
262
Voted
POPL
2006
ACM
16 years 4 months ago
Frame rules from answer types for code pointers
We define a type system, which may also be considered as a simple Hoare logic, for a fragment of an assembly language that deals with code pointers and jumps. The typing is aimed ...
Hayo Thielecke
TLDI
2003
ACM
15 years 9 months ago
The logical approach to stack typing
We develop a logic for reasoning about adjacency and separation of memory blocks, as well as aliasing of pointers. We provide a memory model for our logic and present a sound set ...
Amal J. Ahmed, David Walker
SIGCSE
1995
ACM
187views Education» more  SIGCSE 1995»
15 years 7 months ago
A visual simulator for a simple machine and assembly language
We present a package which provides a visually oriented simulation of the execution of machine and assembly language programs on a simple computer. The programs am written for Hyp...
B. Lewis Barnett III
PLPV
2010
ACM
16 years 1 months ago
Singleton types here, singleton types there, singleton types everywhere
Singleton types are often considered a poor man’s substitute for dependent types. But their generalization in the form of GADTs has found quite a following. The main advantage o...
Stefan Monnier, David Haguenauer